FreeBSD
FreeBSD ssh root 계정 접속
배움나눔
2012. 5. 10. 12:12
# vi /etc/ssh/sshd_config
아래내용 #PermitRootLogin no 를 검색 하여 주석 제거 및 yes 로 변경
변경전
# Authentication:
#LoginGraceTime 2m
#PermitRootLogin no
#StrictModes yes
#MaxAuthTries 6
#MaxSessions 10
변경후
# Authentication:
#LoginGraceTime 2m
PermitRootLogin yes
#StrictModes yes
#MaxAuthTries 6
#MaxSessions 10