设置root密码
sudo passwd root
切换到root用户
su root
编辑ssh配置
vi /etc/ssh/sshd_config
PasswordAuthentication no
改为 PasswordAuthentication yes
重启sshd
service sshd restart
之后,就可以使用root用户名密码ssh登录
设置root密码
sudo passwd root
切换到root用户
su root
编辑ssh配置
vi /etc/ssh/sshd_config
PasswordAuthentication no
改为 PasswordAuthentication yes
重启sshd
service sshd restart
之后,就可以使用root用户名密码ssh登录
发表评论