adding documentation/analysis of key format

This commit is contained in:
2020-09-11 23:06:51 -04:00
parent 456284a697
commit 6e032d8969
11 changed files with 267 additions and 124 deletions

7
sshkeys/ref/sources Normal file
View File

@@ -0,0 +1,7 @@
https://peterlyons.com/problog/2017/12/openssh-ed25519-private-key-file-format/
https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.key
canonical: https://cvsweb.openbsd.org/src/usr.bin/ssh/PROTOCOL.key?annotate=HEAD
https://stackoverflow.com/a/56300901/733214
https://stackoverflow.com/a/59283692/733214
https://coolaj86.com/articles/the-openssh-private-key-format/
https://coolaj86.com/articles/the-ssh-public-key-format/