idcf修改为可以使用密码登录

4,139次阅读
没有评论

首先使用key登录后,然后修改 /etc/ssh/sshd_config
将PasswordAuthentication no改为yes后保存
service ssh restart

然后再新建一个用户名 adduser justchen
再把此用户添加到 sudoer中
修改 /etc/sudoers
添加 justchen ALL=NOPASSWD: ALL
收工

正文完
 0
评论(没有评论)