I have run into some problems in using wincvs + puTTY + OpenSSH + CVSNT to connect to the cvs server automatically with public key authentication.All works on an WIN2K.
If I use a saved session to connect to the openssh server,the following information will appear:
Using username "bin".
Authenticating with public key "rsa-key-20040218"
Last login: Thu Feb 19 02:18:18 2004 from bin
Microsoft Windows 2000 [Version 5.00.2195]
It does work!
Then I use this saved session in WinCvs,when I check out a moudle,the following error information appeared, the the connection failed:
cvs -z9 checkout -c (in directory D:\)
cvs checkout: warning: unrecognized response `cvs: not found' from cvs server
cvs checkout: warning: unrecognized response `Authenticating with public key "rsa-key-20040218"
' from cvs server
cvs [checkout aborted]: end of file from server (consult above messages if any)
***** CVS exited normally with code 1 *****
It does NOT work!
who can help me to resolve this problem.Thanks a lot.
Bin