> Can anyone tell me what the hell "SshReadLine/sshreadline.c:2336: > Initializing ReadLine..." is and why is it taking so long for a > response?? > > When I ssh from one machine, (which used to respond quickly) I get a > minute/2minute wait before I get a login prompt!
I don't know about that error message, but then, I've never bothered with -vvvv I know I've seen similar 2-minute timeouts when the sshd server is attempting reverse DNS lookup, and there's no entry describing the IP address of the client you're trying to connect from. You might try editing the server's /etc/hosts file, to insert the IP address and hostname of the client machine. Or double check that DNS can resolve the client IP address to a name. _______________________________________________ opensolaris-discuss mailing list [email protected]
