共计 210 个字符,预计需要花费 1 分钟才能阅读完成。
ssh root@XXXXX 时候报错:
Unable to negotiate with 192.168.1.1 port 22: no matching host key type found. Their offer:
可以在命令行后面添加:
ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -oHostKeyAlgorithms=+ssh-dss -oCiphers=+3des-cbc root@xxxxxx
正文完
加入官方交流QQ群:778957856