-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathTODO
More file actions
28 lines (23 loc) · 1.16 KB
/
TODO
File metadata and controls
28 lines (23 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
- Add the rest of OpenSSH's extensions
from http://api.libssh.org/rfc/PROTOCOL:
- Additional public key algorithms:
- "ssh-rsa-cert-v00@openssh.com"
- "ssh-dsa-cert-v00@openssh.com",
- "ecdsa-sha2-nistp256-cert-v01@openssh.com",
- "ecdsa-sha2-nistp384-cert-v01@openssh.com" and
- "ecdsa-sha2-nistp521-cert-v01@openssh.com"
- Certificate keys
http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/PROTOCOL.certkeys?rev=HEAD
- Channel write close extension "eow@openssh.com"
- "no-more-sessions@openssh.com" extension to disallow additional sessions
- Take a closer look at
http://books.google.fr/books?id=9FSaScltd-kC&printsec=frontcover&
hl=fr&source=gbs_ge_summary_r&cad=0#v=onepage&q&f=false
The book lists several aliases / additional algorithms used by
various implementations of the secure shell.
- Suite B crypto suites:
- http://www.rfc-editor.org/rfc/rfc6239.txt
- P6R's public key subsystem:
- http://www.rfc-editor.org/rfc/rfc7076.txt
- Other useful resources:
- https://www.iana.org/assignments/ssh-parameters/ssh-parameters.xhtml