Ubuntu - slow ssh login: Difference between revisions

From Skytech
Jump to navigation Jump to search
(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...")
 
(No difference)

Latest revision as of 09:50, 4 February 2013


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>).