允许root登陆
cat /etc/ssh/sshd_config
PermitRootLogin yes
以底下的方式來啟動 ssh 服務:
/etc/rc.d/init.d/sshd start
或者配置ntsysv让自动启动