为什么 SSH 试图访问不存在的证书?
Why is SSH trying to access a -cert's that do not exist?
为什么到 GoDaddy 服务器的简单 ssh 尝试使用“-cert”文件。它不存在? id_rsa 和 id_dsa 存在。 -certs 没有?它从哪里获取信息以包含 -cert?
OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
debug1: Reading configuration data /Users/xxxxx/.ssh/config
debug1: Reading configuration data /etc/ssh_config
debug1: /etc/ssh_config line 20: Applying options for *
debug1: /etc/ssh_config line 53: Applying options for *
debug1: Connecting to example.com [xx.xx.xx.xx] port 22.
debug1: Connection established.
debug1: identity file /Users/xxxxxxx/.ssh/id_rsa type 1
debug1: identity file /Users/xxxxxxx/.ssh/id_rsa-cert type -1
debug1: identity file /Users/xxxxxxx/.ssh/id_dsa type -1
debug1: identity file /Users/xxxxxxx/.ssh/id_dsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.2
ssh_exchange_identification: read: Connection reset by peer
从来没有得到过这个问题的答案,但由于我不再收到此错误,它以某种方式消失了。
为什么到 GoDaddy 服务器的简单 ssh 尝试使用“-cert”文件。它不存在? id_rsa 和 id_dsa 存在。 -certs 没有?它从哪里获取信息以包含 -cert?
OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
debug1: Reading configuration data /Users/xxxxx/.ssh/config
debug1: Reading configuration data /etc/ssh_config
debug1: /etc/ssh_config line 20: Applying options for *
debug1: /etc/ssh_config line 53: Applying options for *
debug1: Connecting to example.com [xx.xx.xx.xx] port 22.
debug1: Connection established.
debug1: identity file /Users/xxxxxxx/.ssh/id_rsa type 1
debug1: identity file /Users/xxxxxxx/.ssh/id_rsa-cert type -1
debug1: identity file /Users/xxxxxxx/.ssh/id_dsa type -1
debug1: identity file /Users/xxxxxxx/.ssh/id_dsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.2
ssh_exchange_identification: read: Connection reset by peer
从来没有得到过这个问题的答案,但由于我不再收到此错误,它以某种方式消失了。