OpenSSH Troubleshooting: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 5: Line 5:
=Connection Takes a Long Time=
=Connection Takes a Long Time=


In most cases this is caused by the server attempting to use DNS to get the IP name of the client. It is fixed by turning this off:
In most cases this is caused by the server attempting to use DNS to get the IP name of the client. It is fixed by turning 'UseDNS' off. For more details, see:


{{Internal|Sshd_Configuration#Turn_Off_Client_Name_DNS_Verification|Turn Off Client Name DNS Verification}}
{{Internal|Sshd_Configuration#Turn_Off_Client_Name_DNS_Verification|Turn Off Client Name DNS Verification}}

Revision as of 20:48, 2 July 2017

Internal

Connection Takes a Long Time

In most cases this is caused by the server attempting to use DNS to get the IP name of the client. It is fixed by turning 'UseDNS' off. For more details, see:

Turn Off Client Name DNS Verification