公有云debian系开启密码与root用户登陆
1、sudo su
2、vim /etc/ssh/sshd_config
# 找到PermitRootLogin和PasswordAuthentication
PermitRootLogin yes //改为yes
PasswordAuthentication yes //改为yes
3、/etc/init.d/ssh restart
4、passwd root 修改root密码,
5、ssh root 登陆即可
1、sudo su
2、vim /etc/ssh/sshd_config
# 找到PermitRootLogin和PasswordAuthentication
PermitRootLogin yes //改为yes
PasswordAuthentication yes //改为yes
3、/etc/init.d/ssh restart
4、passwd root 修改root密码,
5、ssh root 登陆即可