使用官方推荐的key密匙及ubuntu账户登录服务器后:
设置root 密码
sudo passwd root
更改/etc/ssh/sshd_config 配置
vim /etc/ssh/sshd_config
更新以下配置:
PermitRootLogin yes
PasswordAuthentication yes
重启ssh 服务
sudo /etc/init.d/ssh restart
使用官方推荐的key密匙及ubuntu账户登录服务器后:
sudo passwd root
vim /etc/ssh/sshd_config
更新以下配置:
PermitRootLogin yes
PasswordAuthentication yes
sudo /etc/init.d/ssh restart
标签: 无