How to fix: ssh no matching cipher found
You need to add a Ciphers line to your ~/.ssh/config, like:
Ciphers cipher1,cipher2,cipher3
For example:
Ciphers cipher1,cipher2,cipher3
For example:
Host *
Ciphers blowfish-cbc,arcfour,aes128-ctr,aes192-ctr,aes256-ctr
Comments
Post a Comment