1. Open the config file of sshd
# vi /etc/ssh/sshd_config
2. Change "UseDNS Yes" to "UseDNS no" and save the file
#UseDNS Yes
=>
UseDNS no
3. Restart the sshd
# service sshd restart
stopping sshd : [ OK ]
starting sshd : [ OK ]
'Knowledge > OS' 카테고리의 다른 글
snmp 기본설정 (0) | 2015.06.24 |
---|---|
centos 부팅 과정중 sendmail 서비스 시작 늦게 되는 현상 (0) | 2015.01.19 |
cp 주의사항 (0) | 2015.01.14 |
mount directory to directory (0) | 2015.01.14 |
lsof command 간단 사용법 (0) | 2014.12.31 |