通过ssh登陆不了Debian主机解决方法
时间:2009-08-06 来源:seawolf1979
# /etc/init.d/sshd start
sshd/var/run/sshd must be owned by root and not group or world-writable
解决方法: # chown -R root.root /var/run/sshd # chmod 744 /var/run/sshd # /etc/init.d/sshd start
解决方法: # chown -R root.root /var/run/sshd # chmod 744 /var/run/sshd # /etc/init.d/sshd start
相关阅读 更多 +