http://simonshin.egloos.com/2247508
- /bin/su File
- chattr -i /bin/su
- chown root.wheel /bin/su
- chmod 4750 /bin/su
- chattr +i /bin/su
- /etc/ssh/sshd_config File
- 파일을 열어서 아래 사항들이 활성화 될 수 있도록 수정 한다.
- PermitRootLogin no
- AllowUsers UserID
- AllowGroups wheel
- /etc/group File
- 파일을 열고 아래 사항과 같이 설정 한다.
- wheel:x:10:root,UserID
- sshd 데몬을 재 시작 시켜 준다.