close
Question 1:
$ ssh administrator@192.168.1.1 -p 5100
Unable to negotiate with 192.168.1.1 port 5100: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1
Question 2:
$ ssh administrator@192.168.1.1 -p 5100
Unable to negotiate with 192.168.1.1 port 5100: no matching cipher found. Their offer: 3des-cbc
Answer:
$ vim ~/.ssh/config
---------------------------------------------------------------------------
Host 192.168.1.1
Ciphers 3des-cbc
KexAlgorithms +diffie-hellman-group1-sha1
---------------------------------------------------------------------------
全站熱搜
留言列表