wangwenjun69 2016-01-05 11:43 采纳率: 0%
浏览 2710

ssh_exchange_identification:

有谁帮我看一下这个问题
wangwenjun@ubuntu:~$ ssh -v localhost
OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Executing proxy command: exec ssh -q -W localhost:22 192.168.1.1
debug1: identity file /home/wangwenjun/.ssh/identity type -1
debug1: identity file /home/wangwenjun/.ssh/identity-cert type -1
debug1: permanently_drop_suid: 1000
debug1: identity file /home/wangwenjun/.ssh/id_rsa type -1
debug1: identity file /home/wangwenjun/.ssh/id_rsa-cert type -1
debug1: identity file /home/wangwenjun/.ssh/id_dsa type -1
debug1: identity file /home/wangwenjun/.ssh/id_dsa-cert type -1
ssh_exchange_identification: Connection closed by remote hostssh_exchange_identification: Connection closed by remote host

我的ssh_conf文件是
Host *
ForwardAgent no
ForwardX11 no
ForwardX11Trusted yes
RhostsRSAAuthentication no
RSAAuthentication yes
PasswordAuthentication yes
HostbasedAuthentication no
GSSAPIAuthentication no
GSSAPIDelegateCredentials no
GSSAPIKeyExchange yes
GSSAPITrustDNS yes
BatchMode no
CheckHostIP yes
AddressFamily any
ConnectTimeout 0
StrictHostKeyChecking ask
IdentityFile ~/.ssh/identity
IdentityFile ~/.ssh/id_rsa
IdentityFile ~/.ssh/id_dsa
Port 22
Protocol 2,1
Cipher 3des
Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc
MACs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160
EscapeChar ~
Tunnel no
TunnelDevice any:any
PermitLocalCommand yes
VisualHostKey no
ProxyCommand ssh -q -W %h:%p 192.168.1.1
RekeyLimit 1G 1h
SendEnv LANG LC_*

  • 写回答

2条回答

  • devmiao 2016-01-05 19:28
    关注
    评论

报告相同问题?

悬赏问题

  • ¥50 导入文件到网吧的电脑并且在重启之后不会被恢复
  • ¥15 (希望可以解决问题)ma和mb文件无法正常打开,打开后是空白,但是有正常内存占用,但可以在打开Maya应用程序后打开场景ma和mb格式。
  • ¥20 ML307A在使用AT命令连接EMQX平台的MQTT时被拒绝
  • ¥20 腾讯企业邮箱邮件可以恢复么
  • ¥15 有人知道怎么将自己的迁移策略布到edgecloudsim上使用吗?
  • ¥15 错误 LNK2001 无法解析的外部符号
  • ¥50 安装pyaudiokits失败
  • ¥15 计组这些题应该咋做呀
  • ¥60 更换迈创SOL6M4AE卡的时候,驱动要重新装才能使用,怎么解决?
  • ¥15 让node服务器有自动加载文件的功能