-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathTODO
28 lines (23 loc) · 1.16 KB
/
TODO
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:
- "[email protected]",
- "[email protected]",
- "[email protected]" and
- Certificate keys
http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/PROTOCOL.certkeys?rev=HEAD
- Channel write close extension "[email protected]"
- "[email protected]" 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