최근 글 목록
-
- 여러개의 파일에서 열을 추출
- 우분투
- 2010
-
- data column 잘라서 붙이기
- 우분투
- 2010
-
- subversion 간단하게 사용하...
- 우분투
- 2010
-
- ssh 접속시 시간 지연 해결..
- 우분투
- 2010
-
- 한글 사용법
- 우분투
- 2010
원문 : http://cherrykyun.tistory.com/501
Ubuntu에서 ssh를 사용해 원격 컴퓨터에 접속할 때 상당히 오래 기다려야 하는 경우가 있다.
-v 옵션을 사용하면 디버깅 메시지를 볼 수 있는데, 붉은색으로 표시한 부분에서 상당히 지연됨을 알 수 있었다.
/etc/ssh/ssh_config 파일에서 "GSSAPIAuthentication no" 부분을 찾아 주석을 제거하면 해결된다.
............
# ForwardAgent no
# ForwardX11 no
# ForwardX11Trusted yes
# RhostsRSAAuthentication no
# RSAAuthentication yes
# PasswordAuthentication yes
# HostbasedAuthentication no
# GSSAPIDelegateCredentials no
# GSSAPIKeyExchange no
최근 댓글 목록