Fixed upstream -
https://bugzilla.mindrot.org/show_bug.cgi?id=2327
It varies depending on exactly which bit you are looking at.
Remote IP addresses: bug#2257 since at least 6.9:
https://anongit.mindrot.org/openssh.git/commit/?id=639d6bc5
Remote port numbers: bug#2503, first in 7.2
https://ano
$ 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]
2 matches
Mail list logo