添加普通用户
adduser testserver
passwd xxxx
whereis sudoers
chmod -v u+w /etc/sudoers
vi /etc/sudoers
vi /etc/ssh/sshd_config
修改PermitRootLogin 后面的yes 为 no ,而且去掉前面的注释符,退出并保存
service sshd restart
添加普通用户
adduser testserver
passwd xxxx
whereis sudoers
chmod -v u+w /etc/sudoers
vi /etc/sudoers
vi /etc/ssh/sshd_config
修改PermitRootLogin 后面的yes 为 no ,而且去掉前面的注释符,退出并保存
service sshd restart
您的IP:
评论 (0)