[Bug 3406] RSA key authentication doesn't work with enabled GSSAPIKeyExchange: sign_and_send_pubkey: internal error: initial hostkey not recorded

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Tue Mar 15 17:40:21 AEDT 2022


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

--- Comment #2 from Damien Miller <djm at mindrot.org> ---
specifically, the gssapi-kex patch probably needs something like:

> if (ssh->kex->initial_hostkey == NULL)
>         hostbound = 0;

added after the first "if" statement near the start of
sshconnect2.c:sign_and_send_pubkey()

-- 
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