기본적으로 SSH는 돌아가고 있다.
허나........ 루트로 로그인이 된다 -_-;;
/etc/ssh/sshd_config
에서 우분투에서 했던 것 처럼
Kerberos를 enable시키고, (Kerberos로 검색하면 잡힘)
Root의 로그인을 불허했다. (Root로 검색하면 PermitRootLogin이 잡힐 것임)
/etc/init.d/sshd restart
로 재시작 하면 설정이 적용된다.
기본적으로 SSH는 돌아가고 있다.
허나........ 루트로 로그인이 된다 -_-;;
/etc/ssh/sshd_config
에서 우분투에서 했던 것 처럼
Kerberos를 enable시키고, (Kerberos로 검색하면 잡힘)
Root의 로그인을 불허했다. (Root로 검색하면 PermitRootLogin이 잡힐 것임)
/etc/init.d/sshd restart
로 재시작 하면 설정이 적용된다.