On Tue, Dec 02, 2003 at 08:58:36AM -0600, Cary Coulter wrote:
> I have tried ssh.  It does work, will auth throuch pam_smb_auth using NT
> passwords, not Unix ones.
> 
> However,  I do experience a significant delay when invoking CVS for ssh
> authorization (shows on the WSAD dialog box).  The delay isn't too bad for
> normal repository operations, (synchronizing, updating, commiting), but
> becomes excessive when looking at multiple file diffs through the internal
> diff browser.
[explanation snipped]
> Is there just something wrong with the ssh setup?  Personally, I have always
> experienced a slower login with ssh versus telnet.
> 

It may be that sshd is doing name lookups for clients. Assuming that you
are not using any sort of hostname-based authentication, you should be
able to disable these lookups... consult your sshd documentation to see
how. (On mine, you set VerifyReverseMapping to No in the sshd_config
file and start the daemon with the -u0 option.)

HTH,

Geoff


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to