首先使用key登录后,然后修改 /etc/ssh/sshd_config
将PasswordAuthentication no改为yes后保存
service ssh restart
然后再新建一个用户名 adduser justchen
再把此用户添加到 sudoer中
修改 /etc/sudoers
添加 justchen ALL=NOPASSWD: ALL
收工
正文完
首先使用key登录后,然后修改 /etc/ssh/sshd_config
将PasswordAuthentication no改为yes后保存
service ssh restart
然后再新建一个用户名 adduser justchen
再把此用户添加到 sudoer中
修改 /etc/sudoers
添加 justchen ALL=NOPASSWD: ALL
收工