[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.
- Execute this command :
gedit /etc/ssh/ssh_config - Comment out the following lines :
# GSSAPIAuthentication yes
# GSSAPIDelegateCredentials no
- Save the file
- Try it again! :)
Works for me every time!
No comments:
Post a Comment