This isn’t the most interesting of posts, but a good “note to self” for future reference. If not disabled, SSHD will try to do a slow reverse lookup of the IP address of the client causing for an unnecessary delay during authentication. I often run into trouble with this when creating a new install of Linux or FreeBSD. Do the following to disable it:
In file /etc/ssh/sshd_config:
UseDNS no
'IT-Consultant' 카테고리의 다른 글
LDAP 연동시 캐릭터셋 문제 (0) | 2011.11.25 |
---|---|
Centos 5.5 VERY Slow IO Performance on G31 SATA ( GA-G31M-ES2L ) (0) | 2011.11.25 |
VirtualBox에서 CPU가 100% 먹을때, 해결책... (0) | 2011.11.24 |
CentOS 5.5에서 VirtualBox 설치 (0) | 2011.11.24 |
PHP에서 Windows 2003 Active Directory Service 연동(LDAP이용) (0) | 2011.11.23 |