Cuando la conexión por ssh tarda varios segundos en acceder al servidor de destino hay que modificar el fichero /etc/ssh/sshd_config y poner UseDNS = no
vi /etc/ssh/sshd_config
#ShowPatchLevel no UseDNS no #PidFile /var/run/sshd.pid #MaxStartups 10
Reiniciar el daemon sshd
# /etc/init.d/sshd restart Stopping sshd: [ OK ] Starting sshd: [ OK ]