이미지출처 : thelinuxcauldron.wordpress.com
/etc/ssh/sshd_config
PermitRootLogin - Root 로그인 권한
ClientAliveInterval - sshd 접속 유지
Port 22 - 사용 포트 변경
AllowGroups/DenyGroups - ssh 로그인 할 수 있는/없는 그룹 , wildcard(*,?) 사용가능
AllowUsers/DenyUsers - 로그인 할 수 있는/없는 사용자
설정 변경을 완료하면 데몬을 한번 재시동 해주자!
/etc/init.d/sshd restart
by 月風