ssh issues

Occasionally my ssh connection takes some time to connect and sometimes it just times out.
Other times it is normal.
The only error I see in the auth.log is

Code:
Sep 10 19:48:46 gateway2 sshd[21930]: Accepted publickey for someone from X.X.X.X port 1620 ssh2
Sep 10 19:48:46 gateway2 sshd[21930]: subsystem request for sftp
Sep 10 19:55:58 gateway2 sshd[22027]: Could not write ident string to

Could this be related?
 
try
Code:
UseDNS no
in your sshd_config. this should fix your connexion delay

as for the errors ... no idea
 
Back
Top