1、设置root的密码
sudo -i
passwd root
2、一键开启谷歌云实例的密码与root用户登陆
wget -qO- git.io/fpQWf | bash
备份版本
wget -qO- https://raw.githubusercontent.com/vsp6688/GCP-SSH-ROOT-OPEN/master/gcp_root_ssh.sh | bash
执行上述命令后,出现如下图所示内容,以后就无需科学上网环境,使用SSH客户端软件就能连接到谷歌云了。
3、Ubuntu 18.04系统的方法
执行上述第1、2步后,修改SSH的配置文件
vi /etc/ssh/sshd_config
4、 把下列选项的标注去掉(删除#号)
#PermitRootLogin yes
#StrictModes yes
重启ssh服务 systemctl restart ssh
如无法加载直接重启VPS reboot