|
From: Andre B. <and...@gm...> - 2002-12-20 16:22:54
|
Well, it seems to be a problem with wincvs, since if I'm using ssh then I get access: ================================================== ssh.exe -v "cvs.cpptool.sourceforge.net" "-i" "privat-key.PPK" "-l" "netmemberab" "cvs server" SSH Version 1.2.14 [winnt-4.0-x86], protocol version 1.4. Standard version. Does not use RSAREF. ssh_connect: getuid 0 geteuid 0 anon 0 Connecting to cvs.cpptool.sourceforge.net [66.35.250.207] port 22. Connection established. Remote protocol version 1.99, remote software version OpenSSH_3.1p1 Waiting for server public key. Received server public key (768 bits) and host key (1024 bits). Host 'cvs.cpptool.sourceforge.net' is known and matches the host key. Initializing random; seed file D:\programme\ssh/.ssh/random_seed IDEA not supported, using 3des instead. Encryption type: 3des Sent encrypted session key. Received encrypted confirmation. Trying RSA authentication with key 'rsa-key-20021219' Received RSA challenge from server. Enter passphrase for RSA key 'rsa-key-20021219': Sending response to host key RSA challenge. Remote: RSA authentication accepted. RSA authentication accepted by server. Sending command: cvs server Entering interactive session. ==================================================== Well, that's it ... it works, but WinCVS simply hangs ! And for all later comming in developers, read this: If you previously used WinCvs to checkout your repository using anonymous pserver-based access, you should checkout a fresh working copy of your repository at this time. You will not be able to perform commit operations against old pserver-generated CVS working copies; write access errors will result (move any modified files from your old working copy to your new working copy, in order to commit them). ===================================================== But well I tried to check our newly and the openssh.exe client opens a console and does nothing when it's called by WinCVS I'm trying now putty. -- Andre |