debug1: Connection established.
debug1: identity file /home/DAMS/.ssh/id_rsa type 1
debug1: identity file /home/DAMS/.ssh/id_rsa-cert type -1
debug1: identity file /home/DAMS/.ssh/id_dsa type -1
debug1: identity file /home/DAMS/.ssh/id_dsa-cert type -1
ssh_exchange_identification: Connection closed by remote host你好,这个不一样。什么都没有遗漏什么的。我正在使用cygwin,当我在服务器上执行git push production时,它就会停止。这通常是可以的,但我不知道它为什么要停止连接。
发布于 2012-01-19 18:23:12
发布于 2010-12-18 04:21:58
另一种可能是服务器正在使用tcp包装,而您的IP没有被白化。
发布于 2010-12-15 18:10:56
您可以在您的服务器上以调试模式启动sshd,以找出到底出了什么问题,但我有一种很好的感觉,您的问题是您的~/..ssh目录或您的~/..ssh/authorized_key文件在服务器上是可读的。
https://serverfault.com/questions/212949
复制相似问题