码迷,mamicode.com
首页 > Web开发 > 详细

putty连接报NetWork error:connection refused

时间:2015-07-01 13:49:15      阅读:170      评论:0      收藏:0      [点我收藏+]

标签:

首先通过物理终端进入到linux上,手工检查ssh发现没运行

 /etc/init.d/sshd status

使用rpm -V 命令可检查到ssh的软件包正常

/rpm -V openssh-server

手工启动服务,发现报告权限错误。

 /etc/init.d/sshd start


Starting sshd:/var/empty/sshd must be owned by root and not group or world-writable.


这个是权限的问题
chown   -R   root.root    /var/empty/sshd
chmod 744 /var/empty/sshd
service sshd restart

putty连接报NetWork error:connection refused

标签:

原文地址:http://www.cnblogs.com/jjxi/p/4612948.html

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