ChinaUnix.net
相关文章推荐:

linux ssh连接不上

我想通过一台linux机器,用ssh连接到另一台linux机器,请问采用什么软件或命令??

by cgm2008 - Linux论坛 - 2004-02-27 10:12:00 阅读(1157) 回复(2)

相关讨论

昨天ssh 我的服务器,FB6.0 本意是更改ssh的服务端口 原配置文件是默认的 取消掉Port 22 前面的注释,改了个其它端口 然后/etc/rc.d/sshd restart 记清启动脚本是sshd还是ssh了,当时是启动成功了,netstat -an 能看到端口换了 但是新开一个ssh Secure Shell Client 连接新端口 当时也没仔细研究,把端口那行改回22 重启sshd 进程,netstat 察看端口回到22,就断开了连接 今天发现已经能再连去了 ssh -v 出来的信息 us...

by donyad - BSD - 2006-05-10 10:41:47 阅读(2659) 回复(0)

我装了个rh as 2.1,我在安装时选择了ssh跟telnet的.为啥用SecureCRT 4.0总是连接呢, 提示"the remote system refused the connection.this probably means that the remote system doses not provide the service you are attempting to access,or that the service is being provided on a different port." 请指点~!

by badboy51 - Linux论坛 - 2004-03-24 08:44:10 阅读(639) 回复(4)
by g_tiesheng - Windows系统 - 2003-06-06 10:34:35 阅读(1427) 回复(0)

说是:connection closed by remote host。这是怎么会是阿?

by shuaigej - Solaris - 2004-12-15 23:48:00 阅读(1177) 回复(8)

大家给点帮助,我是是开了放火墙?自己能网,能ping通外边的电脑,外边的电脑无法连接到本机,ping通。

by kecai_cale - BSD - 2005-05-17 14:50:28 阅读(3515) 回复(7)

rc.conf 中已经射为YES 手动sshd启动 提示 error:Bind Port 22 on 0.0.0.0 failed:Address already in use

by abbish - BSD - 2004-12-09 09:22:24 阅读(3100) 回复(6)

服务器托管了以后,一段时间,使用ssh连接。 FreeBSD 4.10 让网管帮忙重新启动以后可以连,但是转天又行了。 其他服务一切正常。 提示如下: Connection closed by xxx.xxx.xxx.xxx 这是为什么?我的机器刚刚托管几天。 大家帮忙想想,问题可能出在哪里?

by emylekao - BSD - 2004-07-15 14:35:10 阅读(1472) 回复(7)

TURBOlinux6.5 安装了ssh连接论是在本地还是远程 ssh_config如下: # Host * # ForwardAgent yes # ForwardX11 yes # RhostsAuthentication yes # RhostsRSAAuthentication yes RSAAuthentication yes # PasswordAuthentication yes # FallBackToRsh no # UseRsh no # BatchMode no # CheckHostIP yes StrictHostKeyChecking no # IdentityFile ~/.ssh/identity # Port 22 # Protocol 2,1 # Cip...

by testhelp - Linux论坛 - 2003-02-20 14:06:30 阅读(1251) 回复(3)

vmware虚拟windows xp host+linux guest,设置成桥接模式,linux的ip为192.168.1.4,windows xp的ip为192.168.1.2,linuxsshd服务已开启,为什么我在windows xp下用putty通过ssh连接linux系统无法连接,报错信息:network error:connection reset by peer。请教高手解决,谢谢! [ 本帖最后由 larry0804 于 2006-9-2 12:39 编辑 ]

by larry0804 - 虚拟化与云服务 - 2006-09-03 11:27:41 阅读(2461) 回复(5)