vim /etc/ssh/sshd_config
#修改下面选项,最好复制再修改,yy复制一行,p粘贴到下一行
# 允许root登入
# PermitRootLogin prohibit-password
PermitRootLogin yes
# 密码验证
#PasswordAuthentication yes
PasswordAuthentication yes
# 重启ssh
service ssh restart
最好不用root直接登入,新建一个用户,再su到root
vim /etc/ssh/sshd_config
#修改下面选项,最好复制再修改,yy复制一行,p粘贴到下一行
# 允许root登入
# PermitRootLogin prohibit-password
PermitRootLogin yes
# 密码验证
#PasswordAuthentication yes
PasswordAuthentication yes
# 重启ssh
service ssh restart
最好不用root直接登入,新建一个用户,再su到root
本文标题:设置root用ssh登入
本文链接:https://www.haomeiwen.com/subject/rhixbxtx.html
网友评论