jcs's openbsd hax
openbsd

in OpenSSH private key format, correct type for subsequent private keys in blob. From Jakub Jelen via GHPR430

djm 5c190148 1bda4576

+2 -2
+2 -2
usr.bin/ssh/PROTOCOL.key
··· 40 40 byte[] privatekey2 41 41 string comment2 42 42 ... 43 - string privatekeyN 43 + byte[] privatekeyN 44 44 string commentN 45 45 byte 1 46 46 byte 2 ··· 68 68 are used with empty passphrases. The options if the KDF "none" 69 69 are the empty string. 70 70 71 - $OpenBSD: PROTOCOL.key,v 1.3 2022/07/01 04:45:50 djm Exp $ 71 + $OpenBSD: PROTOCOL.key,v 1.4 2024/03/30 05:56:22 djm Exp $