1. Problem
SSH 접속시 id 입력 후 pw 문자가 뜨기 전까지 딜레이가 걸릴 때
2. Solve
vi /etc/sshd/sshd_config ; 원인 – DNS 조회로 인한 Delay
GSSAPIAuthentication no UseDNS no
service sshd restart
SSH 접속시 id 입력 후 pw 문자가 뜨기 전까지 딜레이가 걸릴 때
vi /etc/sshd/sshd_config ; 원인 – DNS 조회로 인한 Delay
GSSAPIAuthentication no UseDNS no
service sshd restart