GCP实例的密码与root用户登陆
23 8 月, 2020 | 0 条评论
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
[……]
【您或许还喜欢...】