problem with ciphers on ssh client
Unable to negotiate with 100.800.900.1000 port 22: no matching cipher found. Their offer: aes256-cbc,aes128-cbc,3des-cbc
solution
user@server:~> cat .ssh/config
StrictHostKeyChecking no
Host *
Ciphers aes256-cbc,aes128-cbc,3des-cbc
Žiadne komentáre:
Zverejnenie komentára