https://bugzilla.mindrot.org/show_bug.cgi?id=2327
Darren Tucker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Darren Tucker <[email protected]> --- (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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
