Symptom : When connecting to a remote Linux box via SSH , the connection process is very slow .
Machine resources and network are fine .
Solution : This occurs due to the "ident" feature enabled .
To disable edit the file :
/etc/ssh/ssh_config
Change
"GSSAPIAuthentication yes"
to
"GSSAPIAuthentication no"
You can now connect via SSH and verify that SSH connects a lot faster