728x90
반응형
GSS-API or DNS 문제일 확률이 높다
gss-api check time이 오래 걸릴 경우 gss-api 인증을 disable한다.
(ssh -v option으로 확인 가능)
gss-api disable 후에도 해결 안될시에는 DNS 문제이다
근본적인 해결 방법은 DNS Server 설정 부분을(/etc/resolv.conf) 수정하는것이지만
ssh에서 dns를 disable하여 해결 할 수 있다.
(sshd config 설정(GSSAPIAuthentication, UseDNS))
vi /etc/ssh/sshd_config |
# GSSAPI options GSSAPIAuthentication no
# DNS option UseDNS no |
service sshd restart |
728x90
반응형