Advertisement
fplanzer

ssh error cipher key

Apr 18th, 2018
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. # no matching key exchange method found. Their offer: diffie-hellman-group1-sha1
  2. # no matching cipher found. Their offer: 3des-cbc
  3.  
  4. ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -c 3des-cbc aaa.bbb.ccc.ddd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement