1. 程式人生 > >谷歌雲vps 使用xshell登入

谷歌雲vps 使用xshell登入

1. 切換root使用者: sudo -i 

2. 設定root密碼:passwd root

3. 以下3條命令:

sed -i 's/PermitRootLogin no/PermitRootLogin yes/g' /etc/ssh/sshd_config;sed -i 's/PasswordAuthentication no/PasswordAuthentication yes/g' /etc/ssh/sshd_config;reboot


原文:https://blog.csdn.net/u014633966/article/details/85539393