错误:
Unable to negotiate with 10.30.31.183 port 29418: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1
解决办法:
新增文件以及内容
Host *
KexAlgorithms +diffie-hellman-group1-sha1
vi ~/.ssh/config
错误:
Unable to negotiate with 10.30.31.183 port 29418: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1
解决办法:
新增文件以及内容
Host *
KexAlgorithms +diffie-hellman-group1-sha1
vi ~/.ssh/config