[Mac]
ssh 접속이 느릴 때
FeliZ_하늘..
2016. 11. 16. 23:37
반응형
ssh 접속이 느려서 이것저것 테스트를 해봤는데
아이피를 입력하면 접속이 빠른데 hostname 을 입력하면 접속이 느렸다
그래서 /etc/ssh/ssh_config 파일에 AddressFamily inet 를 추가해줬다
기본은 AddressFamily any 가 주석처리 돼있다
http://jeromejaglale.com/doc/mac/fix_ssh_connection_delays
위 글에서 2015년 12월 29일 댓글 참고.
반응형