ssh cvs

2004-03-08 Thread Stefan Groschupf
Hi, sorry does someone know how to use extssh cvs authentication without a keyfile? My cvs has only ssh2 access but use passwords instead of key files. As i read in the documentation the .cvspass file only works with pserver. Any ideas for a workaround? Thanks for any hints. Stefan

Re: ssh cvs

2004-03-08 Thread Emmanuel Venisse
You can use a ssh agent. Emmanuel - Original Message - From: Stefan Groschupf [EMAIL PROTECTED] To: Maven Users List [EMAIL PROTECTED] Sent: Monday, March 08, 2004 1:18 PM Subject: ssh cvs Hi, sorry does someone know how to use extssh cvs authentication without a keyfile? My

Re: ssh cvs

2004-03-08 Thread Brian Enigma
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Out of the box, ssh supports both key files and passwords--using the key files if they exist, then falling back to passwords if they do not (or if the keys are incorrect). It is not an either/or configuration. Disabling key files takes a

Re: ssh cvs

2004-03-08 Thread Gareth Cronin
As the previous post said, you can use ssh-agent, or (and not really a good idea, but I guess it's the same as using .cvspass) you can generate a key-pair with an empty pass-phrase. Then you won't be prompted for a password when you make a successful connection. Brian Enigma wrote: -BEGIN