首先使用Google Cloud SSH连接上去:
1.切换到 root
sudo -i
2.编辑ssh配置文件
vi /etc/ssh/sshd_config
3.修改以下内容即可
PermitRootLogin yes
PasswordAuthentication yes
4.重启ssh
service sshd restart
sudo -i
vi /etc/ssh/sshd_config
PermitRootLogin yes
PasswordAuthentication yes
service sshd restart