首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 操作系统 > UNIXLINUX >

Linux 运用SSH访问失败

2012-07-23 
Linux 使用SSH访问失败用SSH访问Linux出现以下错误:The host 192.168.15.249 is unreachable.the host m

Linux 使用SSH访问失败
用SSH访问Linux出现以下错误:

The host '192.168.15.249' is unreachable.
the host may be down,or there may be a problem with the network connection.Sometimes such problems can also be caused by a misconfigured firewall

原因是没有启动sshd服务

启动服务就可以正常访问。
service sshd start

热点排行