我在通过 SSH 计算机连接到远程计算机时遇到问题(我无法更改该计算机上的 SSH 配置,尽管我可以从其他计算机毫无延迟地登录)。
我已经注释掉了GSSAPIAuthentication
与本地计算机 SSH 配置文件相关的所有内容,/etc/ssh/config
但~/.ssh/config
id 没有帮助。
我还运行了ssh
选项-vvv
,它在这些行处停止了一段时间(标记为>>>
):
debug3: Incorrect RSA1 identifier
debug3: Could not load "/home/reachus/.ssh/id_rsa" as a RSA1 public key
...
debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2
>>>debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6
...
debug2: key: /home/reachus/.ssh/id_ed25519 ((nil)),
>>>debug1: Authentications that can continue: publickey,gssapi-with-mic,password,keyboard-interactive
什么会导致这个问题。我的钥匙会坏吗?