ssh 접속 지연이 발생할때 > 개발자팁

개발자팁

개발과 관련된 유용한 정보를 공유하세요.
질문은 QA에서 해주시기 바랍니다.

ssh 접속 지연이 발생할때 정보

Linux ssh 접속 지연이 발생할때

본문

 
/etc/sshd/sshd_config 에서
 
UseDNS no
 
ip lookup 때문에 지연현상이 발생
 
 
 
There may be a DNS lookup problem, either at the client or server. You can use the nslookup command to check this on both client and server by looking up the other end's name and IP address. In addition, on the server look up the name returned by the client's IP-name lookup. You can disable most of the server-side lookups by setting UseDNS no in sshd_config.
추천
0
  • 복사

댓글 0개

© SIRSOFT
현재 페이지 제일 처음으로