From 5c190148b3e92fd9610467b564cd202bada5d654 Mon Sep 17 00:00:00 2001 From: djm Date: Sat, 30 Mar 2024 05:56:22 +0000 Subject: [PATCH] in OpenSSH private key format, correct type for subsequent private keys in blob. From Jakub Jelen via GHPR430 --- usr.bin/ssh/PROTOCOL.key | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/ssh/PROTOCOL.key b/usr.bin/ssh/PROTOCOL.key index cbf7a70272b..feda2529b90 100644 --- a/usr.bin/ssh/PROTOCOL.key +++ b/usr.bin/ssh/PROTOCOL.key @@ -40,7 +40,7 @@ of the cipher block size. byte[] privatekey2 string comment2 ... - string privatekeyN + byte[] privatekeyN string commentN byte 1 byte 2 @@ -68,4 +68,4 @@ For unencrypted keys the cipher "none" and the KDF "none" are used with empty passphrases. The options if the KDF "none" are the empty string. -$OpenBSD: PROTOCOL.key,v 1.3 2022/07/01 04:45:50 djm Exp $ +$OpenBSD: PROTOCOL.key,v 1.4 2024/03/30 05:56:22 djm Exp $ -- 2.20.1