Google Cloud 原本自带的SSH工具用着也挺不错,但是为了集中管理,还是用工具方便点。
首先使用Google Cloud SSH连接上去:
1.切换到 root
sudo -i
2.编辑ssh配置文件
vi /etc/ssh/sshd_config
3.修改以下内容即可
PermitRootLogin yes
PasswordAuthentication yes
4.重启ssh
service sshd restart
首先使用Google Cloud SSH连接上去:
sudo -i
vi /etc/ssh/sshd_config
PermitRootLogin yes
PasswordAuthentication yes
service sshd restart
本文标题:Google Cloud远程ssh登录方法
本文链接:https://www.haomeiwen.com/subject/jmxztftx.html
网友评论