The most common cause for this is
GSSAPIAuthentication yes
in/etc/ssh/ssh_config. if you are not using this as an authentication method, setting
GSSAPIAuthentication no
will speed up your ssh client.
You can also change this for just your user by setting up a personal configuration in~/.ssh/configbut if you are the only user on the system, or all users will benefit, then setting it in/etc/ssh/ssh_configis fine.
Seeman ssh_configfor more information on setting up your ssh client.
So once I had set
GSSAPIAuthentication no, my client was speedy again!
No comments:
Post a Comment