Displaying 1 result from an estimated 1 matches for "privatekey1".
Did you mean:
privatekey
2015 Apr 26
7
[Bug 2390] New: PROTOCOL.key mis-describes private section
...ed attachment 2607
--> https://bugzilla.mindrot.org/attachment.cgi?id=2607&action=edit
test key file
The file openssh/PROTOCOL.key documents the (optionally) encrypted
section of a new-format private key file as containing
uint32 checkint
uint32 checkint
string privatekey1
string comment1
...
Therefore, I expect each private key to be wrapped in a single large
SSH-2 "string", inside which I expect a second layer of data
marshalling such as the key type string and various mpints.
However, in fact, this doesn't seem to be true: as far a...