您的位置:首页 > 大数据 > 人工智能

AIX 禁止ROOT远程登录 chuser -rlogin=false root

2011-11-15 12:06 197 查看

AIX Tip of the Week: Disabling Remote root Login

When multiple users have root access to a system, a common security question is who logged in as root? One alternative is to disable remote logins for the root id (chuser -rlogin=false root). This forces users to first login in with their regular user id, then "su -" to root. All "su" activity is captured in /var/adm/sulog, thus answering the question of "who logged in as root."

Comment: In general it is a good practice to disable root remote access as it provides two layers of password protection.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: