sudo
誰もが特定の本番サーバーにアクセスしたり、rootにアクセスできないようにしたいと思います。また、次のような点もいくつか確認しました。
grep 'x:0:' /etc/passwd
grep root /etc/group
cat /etc/sudoers
- タイプ
/root/.ssh/authorized_keys
ファイル - 次のいくつかの
sshd.conf
チェックポイントPermitRootLogin no
find / -perm -04000
getent passwd 0
getent group root wheel adm admin
忘れましたか/スキップしましたか?
答え1
ファイル/etc/sudoers.d/
に含まれるディレクトリです。/etc/sudoers
## Read drop-in files from /etc/sudoers.d (the # here does not mean a comment)
#includedir /etc/sudoers.d