码迷,mamicode.com
首页 > 系统相关 > 详细

禁止root直接登陆linux系统

时间:2018-06-16 18:50:24      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:zed   war   strong   div   如何   免密码   IV   直接   perm   

直接修改文件

# vim /etc/ssh/sshd_config

SyslogFacility AUTHPRIV
PermitRootLogin no
RSAAuthentication yes
PubkeyAuthentication yes
AuthorizedKeysFile	.ssh/authorized_keys
PasswordAuthentication no
ChallengeResponseAuthentication no
GSSAPIAuthentication yes
GSSAPICleanupCredentials yes
UsePAM yes
X11Forwarding yes
Subsystem	sftp	/usr/libexec/openssh/sftp-server
/etc/init.d/sshd restart

  如何免密码切换到root呢?

vim   /etc/sudoers

【普通账号】 ALL=(ALL) NOPASSWD: ALL

保存之后,回到普通用户直接输入sudo -s即可免密切换到root账号

禁止root直接登陆linux系统

标签:zed   war   strong   div   如何   免密码   IV   直接   perm   

原文地址:https://www.cnblogs.com/bixiaoyu/p/9190963.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!