sudo -i
passwd
vi /etc/ssh/sshd_config
i
PermitRootLogin yes //默認爲no,須要開啓root用戶訪問改成yes PasswordAuthentication yes //默認爲no,改成yes開啓密碼登錄
:wq
reboot