码迷,mamicode.com
首页 > Windows程序 > 详细

windows下SSH客户端远程访问Linux出现错误

时间:2015-07-12 01:44:46      阅读:189      评论:0      收藏:0      [点我收藏+]

标签:

技术分享

 

技术分享

在windows下ping远程linux服务器可以数据包接收正常说明不是防火墙的原因;

技术分享

The host ‘192.168.124.1‘ 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 

技术分享

 sshd服务配置文件
/etc/ssh/sshd_config


Port
Protocol
ListenAddress 10.226.70.30        //监听地址
PermitRootLogin yes               //允许root登录

技术分享

windows下SSH客户端远程访问Linux出现错误

标签:

原文地址:http://www.cnblogs.com/YingYue/p/4639747.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!