用 root 安全登录 VPS 的方法
?
登录VPS时必须用一个普通帐号登录,然后 su 成 root。可以修改 /etc/ssh/sshd_config 来禁止 root 直接登录:
/etc/init.d/sshd restart