Digital Marketing

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:
Host *
  Ciphers blowfish-cbc,arcfour,aes128-ctr,aes192-ctr,aes256-ctr

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database