【问题标题】:Problem connecting via SSH to a Raspberry PI通过 SSH 连接到 Raspberry PI 时出现问题
【发布时间】: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


    【解决方案1】:

    试试这个命令:

    ssh -oKexAlgorithms=diffie-hellman-group1-sha1 -c aes128-cbc root@[YourIP]
    

    也许会审查您的 IP。即使它不向世界开放。 :)

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2021-06-18
      • 2013-10-29
      • 1970-01-01
      • 2016-10-27
      • 2015-12-17
      • 1970-01-01
      • 1970-01-01
      • 2014-02-10
      相关资源
      最近更新 更多