当前位置: 技术问答>linux和unix
用CRT远程SSH LINUX的问题?
来源: 互联网 发布时间:2015-10-25
本文导语: 用CRT远程SSH LINUX的问题? 错误提示如下: The remote system refused the connection. This probably means that the remote system does not provide the service you are attempting to access, or that the service is being provided on a differe...
用CRT远程SSH LINUX的问题?
错误提示如下:
The remote system refused the connection. This probably means that the
remote system does not provide the service you are attempting to access,
or that the service is being provided on a different port.
装的是LINUX AS4版。状况是用CRT远程SSH昨晚还能够连接,但今天就不能连接了。请问为什么?谢
错误提示如下:
The remote system refused the connection. This probably means that the
remote system does not provide the service you are attempting to access,
or that the service is being provided on a different port.
装的是LINUX AS4版。状况是用CRT远程SSH昨晚还能够连接,但今天就不能连接了。请问为什么?谢
|
1。先去主机用"ps -A |grep sshd",看是否开启了ssh服务。
2。查看/etc/ssh目录下的配置文件,是否修改了服务端口。
3. 防火墙设置,是否屏蔽了相应端口或指定主机的连接请求。
2。查看/etc/ssh目录下的配置文件,是否修改了服务端口。
3. 防火墙设置,是否屏蔽了相应端口或指定主机的连接请求。
|
如果想适用命令那么用win:putty,linux:ssh如果上传下载文件,win:wscp , linux scp另外你服务器德ssh服务是否开了?服务器端口是否打开了?