Linux
sshd 디버깅 로그 보기
behonestar
2017. 7. 5. 09:32
1. /etc/ssh/sshd_config 수정
# Logging
SyslogFacility USER
LogLevel DEBUG2
2. sshd 재시작
sudo service sshd restart
3. 로그 확인
tail -f /var/log/syslog