谷歌云GCP CE配置静态IP允许外部SSH访问

sudo -i
passwd root
vi /etc/ssh/sshd_config
PermitRootLogin yes
PasswordAuthentication yes

/etc/init.d/ssh restart
service sshd restart

posted @ 2021-12-15 14:21  meetrice  阅读(6)  评论(0)    收藏  举报