https://bugzilla.mindrot.org/show_bug.cgi?id=3295
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Damien Miller <[email protected]> --- I can't really tell what is going on for lack of context. At what point in the connection is the mismatch occuring? > 5312 2021-04-08 18:01:51.939 debug1: ssh->kex->session_id:\0234\206 > session_id2:\0234\206 session_id2_len:32 ssh->kex->session_id_len:3 The session ID length should only ever be exactly the same size as the KEX hash. There is no KEX hash that has a 3 byte output length :) -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
