Difference between revisions of "ssh client error no matching cipher"
From cpwiki.net

(Created page with "cygwin openssh client error: Unable to negotiate with 10.1.1.1 port 22: no matching cipher found. Their offer: aes128-cbc,3des-cbc,aes192-cbc,aes256-cbc solution: $ ssh -o...") |
Latest revision as of 17:01, 11 August 2026
cygwin openssh client
error: Unable to negotiate with 10.1.1.1 port 22: no matching cipher found. Their offer: aes128-cbc,3des-cbc,aes192-cbc,aes256-cbc
solution:
$ ssh -o Ciphers=aes128-cbc user@10.1.1.1