问题:
Unable to negotiate with 10.11.1.8 port 22: no matching key exchange method found.
Their offer: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
解决:
ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 root@10.11.1.8
网友评论