Code: Select all
GSSAPIAuthentication yes
GSSAPIDelegateCredentials no
Code: Select all
Host *
GSSAPIAuthentication no
GSSAPIDelegateCredentials no
note that this only speeds up the connection process, not the connection itself. you can make your connection a bit faster on slow links (like dialup) with compression:
Code: Select all
Host *
Compression yes