[Bug 3279] UpdateHostKeys triggers "client_global_hostkeys_private_confirm: server gave bad signature for RSA key 0" error message

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Thu May 20 11:43:37 AEST 2021


https://bugzilla.mindrot.org/show_bug.cgi?id=3279

--- Comment #13 from Damien Miller <djm at mindrot.org> ---
Created attachment 3521
  --> https://bugzilla.mindrot.org/attachment.cgi?id=3521&action=edit
dump failed key and signature

This will log the failing key and signature.

You can convert the key to an OpenSSL PEM format key using something
like:

ssh-keygen -ef /path/key.pub -m pem

Verifying the contents of the signature blob is more difficult. Some
extra debug logging in ssh-rsa.c might be required there

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list