【发布时间】:2020-12-24 07:41:36
【问题描述】:
在本地地址连接到 Malina 时,一切正常,但从外部连接时会写道: 无法与 46.250.28.77 端口 22 协商:找不到匹配的密钥交换方法。他们的报价:diffie-hellman-group1-sha1,diffie-hellman-group14-sha1 已经尝试了一切。你能帮助我吗? enter image description here
【问题讨论】:
标签: ssh raspbian-buster
在本地地址连接到 Malina 时,一切正常,但从外部连接时会写道: 无法与 46.250.28.77 端口 22 协商:找不到匹配的密钥交换方法。他们的报价:diffie-hellman-group1-sha1,diffie-hellman-group14-sha1 已经尝试了一切。你能帮助我吗? enter image description here
【问题讨论】:
标签: ssh raspbian-buster
试试这个命令:
ssh -oKexAlgorithms=diffie-hellman-group1-sha1 -c aes128-cbc root@[YourIP]
也许会审查您的 IP。即使它不向世界开放。 :)
【讨论】: