谷歌云开启客户端ssh 账号密码登录
1.切换到 root
sudo su
2.编辑ssh配置文件
vi /etc/ssh/sshd_config
3.修改以下内容即可
PermitRootLogin yes
PasswordAuthentication yes
4.重启ssh
reboot
积累知识,创造财富
sudo su
vi /etc/ssh/sshd_config
PermitRootLogin yes
PasswordAuthentication yes
reboot