https://bugzilla.mindrot.org/show_bug.cgi?id=3506
--- Comment #6 from Damien Miller <[email protected]> --- I think the problem is that OpenSSH 7.6 is marked as having SSH_BUG_SIGTYPE: https://github.com/openssh/openssh-portable/blob/f84b9cffd52c9c5c359a54a1929f9948e803ab1d/compat.c#L74 and so falls in to this special-case: https://github.com/openssh/openssh-portable/blob/f84b9cffd52c9c5c359a54a1929f9948e803ab1d/sshconnect2.c#L1200 That was introduced in https://github.com/openssh/openssh-portable/commit/4ba0d54794814ec0de1ec87987d0c3b89379b436 I don't remember exactly which bug(s) SSH_BUG_SIGTYPE was added to cover, but I do note that it was subsequently split into SSH_BUG_SIGTYPE and SSH_BUG_SIGTYPE74. Maybe 7.6 could be made to work with some more compat glue? -- 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
