[Bug 2327] sshd to log one unique string or prefix after connection failure, no matter why.

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Tue Aug 2 00:43:11 AEST 2016


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

Darren Tucker <dtucker at zip.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtucker at zip.com.au

--- Comment #2 from Darren Tucker <dtucker at zip.com.au> ---
(In reply to Karl Schmidt from comment #1)
[...]
> Jul 28 08:58:38 hostname sshd[12512]: fatal: Unable to negotiate a
> key exchange method [preauth]

These ones have been fixed for a while:

$ ssh -p 2022 -o kexalgorithms=diffie-hellman-group1-sha1 localhost

ssh_dispatch_run_fatal: Connection to 127.0.0.1: no matching key
exchange method found [preauth]

$ ssh -p 2022 -o ciphers=3des-cbc localhost

ssh_dispatch_run_fatal: Connection to 127.0.0.1: no matching cipher
found [preauth]

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


More information about the openssh-bugs mailing list