If it's just slow at giving a login prompt (up to 2 minutes), it may be a DNS issue - The server can't do a reverse lookup on the incoming client connection.
http://www.experts-exchang
If it _never_ responds, it may be that the server can't spawn a login process, e.g. if there are too many processes already running. That should generate a error message in /var/adm/SYSLOG
Main Topics
Browse All Topics





by: The--CaptainPosted on 2009-05-29 at 00:53:35ID: 24500872
>but it never prompts you for a username/password
Have you tried waiting until the remote side actually closes the connection? Sometimes a wait of "forever" just means "I got tired of waiting" rather than "I received a timeout error", which is the only reason I ask...
Deploy a sniffer - it should help narrow your focus.
Cheers,
-Jon