Ubuntu - slow ssh login

From Skytech
Revision as of 09:50, 4 February 2013 by Martin (talk | contribs) (Created page with "Category:Linux = Disable GSSAPI... = Disable GSSAPI-options: <pre> GSSAPIAuthentication yes GSSAPIDelegateCredentials no </pre> Then you should no longer do rev-dns base...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Disable GSSAPI...

Disable GSSAPI-options:

GSSAPIAuthentication yes
GSSAPIDelegateCredentials no

Then you should no longer do rev-dns based ssh conns (check with ssh -vvv <user>@<name>).