openssh-ssh_exchange_identification:

问题描述

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_*

解决方案

http://blog.csdn.net/cafecheng/article/details/1770163

解决方案二:

将系统 /run/sshd 目录的权限设置为 775,即同组用户可写, 会导致ssh连接出错 ->
ssh 错误: ssh_exchange_identification: Connection closed by remote host......
答案就在这里:ssh 错误: ssh_exchange_identification

时间: 2024-09-09 05:16:42

openssh-ssh_exchange_identification:的相关文章

z/OS OpenSSH简介

正如你所知道的,OpenSSH 可以提供更加安全.可靠的login,remote execution 以及文件传输.z/OS OpenSSH 作为 Secure Shell 在z/OS 上的实现能够提供更具特性和性能优良的数据传输.之所以说z/OS OpenSSH 更具特性,是因为z/OS OpenSSH 在实现了开源Secure Shell在UNIX平台上所具有的大部分功能的同时,充分利用了z/OS 的支持.例如,OpenSSH keys 可以存储在 RACF 中,将数据传输产生的信息记录在S

在AIX V5.3中使用OpenSSH保护通信安全

简介:学习如何在使用Microsoft Active Directory Server作为密钥分发中心(KDC) 的 AIX Version 5.3计算机上配置Kerberized Open Secure Shell(OpenSSH).OpenSSH 对通信(包括 密码)进行加密以防止窃听.接管通信连接或窥视数据.如果您工作于具有多供应商解决方案混合环境中 的 AIX Version 5.3 系统,那么您会发现本文是非常有价值的. 引言 Open Secure Shell(OpenSSH) 是广

OpenSSH的新身份验证方法:IBM支持的OpenSSH中的新特性

简介:本文讨论 OpenSSH 支持的一些身份验证方法.OpenSSH 是一种实现 SSH1 和 SSH2 协议的免费工具.通过本文您将了解 OpenSSH 中一些身份验证方法的配置以及 IBM 支持的 OpenSSH 版本中新增的特性. 简介 OpenSSH 是一种实现 SSH1 和 SSH2 协议的免费工具.它是一种安全可靠的工具,常常用来替代 r-commands.通过 ssh 会话的通信是加密的,它会加密所有通信流,包括密码. 本文描述如何配置基于主机的和 PAM 身份验证方法,以及在

Archlinux 配置pacman源安装openssh的方法

1.配置pacman源 nano /etc/pacman.d/mirrorlist #编辑pacman源 找到## China,取消下面每行前面的注释,开启国内pacman源## ChinaServer = http://mirrors.163.com/archlinux/$repo/os/$archServer = http://mirror.bjtu.edu.cn/archlinux/$repo/os/$archServer = http://mirror6.bjtu.edu.cn/arch

OpenSSH 高级运用两则

00x0.相关介绍 OpenSSH(OpenBSD Secure Shell)使用 SSH 通过计算机网络加密通信的实现. 它是替换由 SSH Communications Security 所提供的商用版本的开放源代码方案.目前 OpenSSH 是 OpenBSD 的子项目. 大家都只知道 SSH 可以基于密码或密钥登录远程主机使用,但是你知道吗?其实 SSH 还可以在运用在公网服务器连接私有IP虚拟机,还可以实现命令行 SSH 代理. 00x1.公网服务器连接私有IP虚拟机 试验环境为两台

OpenSSH高级功能之端口转发(Port Forwarding)

原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 .作者信息和本声明.否则将追究法律责任.http://dgd2010.blog.51cto.com/1539422/1623200 在RedHat提供的系统管理员指南中提到OpenSSH不止是一个安全shell,它还具有X11转发(X11 Forwarding)和端口转发(Port Forwarding)的功能.X11功能一般用于通过ssh连接到服务器端的图形界面,像远程桌面一样使用Linux服务器主机,客户端只要能访问服务器端并且

openssh安装运行错误 1067

问题描述 openssh安装运行错误 1067 安装方法http://blog.sina.com.cn/s/blog_4a0a8b5d01015b0n.html _我net start opensshd发生系统错误1067 进程意外终止 试过msconfig启动服务,错误1067 进程意外终止 在win7 64 管理服务,启动,错误1067 进程意外终止 我打过cygintl-1.dll补丁cygintl-2.dll,试过cygintl-1.dll x64都无用 解决方案 参考Troublesh

通过SSH实现TCP/IP隧道(端口转发):使用OpenSSH可能的8种场景

对于 Secure Shell (SSH) 这样的网络协议来说,其主要职责就是在终端模式下访问一个远程系统.因为 SSH 协议对传输数据进行了加密,所以通过它在远端系统执行命令是安全的.此外,我们还可以在这种加密后的连接上通过创建隧道(端口转发)的方式,来实现两个不同终端间的互联.凭借这种方式,只要我们能通过 SSH 创建连接,就可以绕开防火墙或者端口禁用的限制. 这个话题在网络领域有大量的应用和讨论: Wikipedia: SSH Tunneling O'Reilly: Using SSH T

openssh升级提问,求解决办法

问题描述 openssh升级提问,求解决办法 configure: error: C compiler cannot create executables 报错提示 日志config.log

介绍如何加固OpenSSH服务器

为了进行远程管理Unix以及Linux服务器,远程登录服务器方法主要包括:Telnet. FTP. rlogin. rsh. rexec和ssh.其中ssh(Secure Shell)是以远程联机服务方式操作服务器时的较为安全的解决方案.它最初由芬兰的一家公司开发,但由于受版权和加密算法的限制,很多人转而使用免费的替代软件OpenSSH.它用安全.加密的http://www.aliyun.com/zixun/aggregation/18415.html">网络连接工具代替了 telnet.