> Is there just something wrong with the ssh setup? Personally, I have always > experienced a slower login with ssh versus telnet.
Yes, it sounds to me as if something is wrong with your setup. Try running the ssh server in debug mode, and the client in verbose mode, to see where the delay comes from. By using a different port you can do this without disturbing the working ssh server: [EMAIL PROTECTED]:$ sshd -d -p 2222 [EMAIL PROTECTED]:$ ssh -v -p 2222 server Maarten _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
