Friday, November 12, 2010

[Ubuntu 10.04 LTS] How to make SSH faster to execute

Maybe you've noticed that doing a SSH seems to be really slow... If you're having this problem, try the following solution.

  1. Execute this command :
    gedit /etc/ssh/ssh_config
  2. Comment out the following lines :
    # GSSAPIAuthentication yes
    # GSSAPIDelegateCredentials no
  3. Save the file
  4. Try it again! :)
Works for me every time!

No comments:

Post a Comment