Slow SSH Connection
Tuesday, April 26, 2011 EDT
by: Eric Potvin
Have you experienced some long delays when you want to connect to a remote server using SSH?
If so, edit the /etc/ssh/ssh_config file using the following command:
sudo vi /etc/ssh/ssh_configComment out the following lines
GSSAPIAuthentication yes GSSAPIDelegateCredentials noexpected result:
#GSSAPIAuthentication yes #GSSAPIDelegateCredentials noSave the file and exit
Be the first to reply!
Share this article: