CVS + SSH under Unix and automatically use private keys

2001-10-09 Thread Paul Michali
I was able to setup CVS client on my PC using WinCVS, puTTY, and SSH, such that each CVS command automatically uses my private SSH key and does the CVS command without prompting me for a password. However, when I run cvs (command line) from a Unix client, with CVS_RSH set to SSH, it prompts me fo

Re: CVS + SSH under Unix and automatically use private keys

2001-10-09 Thread Matt McClure
On Tue Oct 09 2001, 13:31, Paul Michali <[EMAIL PROTECTED]> wrote: > However, when I run cvs (command line) from a Unix client, with > CVS_RSH set to SSH, it prompts me for my passphrase. Is there a way to > get around this so that it just uses the private key and continues > without prompting?

Re: CVS + SSH under Unix and automatically use private keys

2001-10-09 Thread David Hoover
> Does your ssh key have a passphrase? If so, create a new key without a > passphrase. Or better yet, use ssh-agent. -- David Hoover ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Re: CVS + SSH under Unix and automatically use private keys

2001-10-09 Thread Jonah Tsai
On Tuesday, October 9, 2001, at 05:18 PM, Matt McClure wrote: > Does your ssh key have a passphrase? If so, create a new key without a > passphrase. > > Are either of your .ssh directories (client or server) or any of the > files contained in them group- or world-readable or -executable? If s

Re: CVS + SSH under Unix and automatically use private keys

2001-10-11 Thread Paul Michali
Matt McClure wrote: > > On Tue Oct 09 2001, 13:31, Paul Michali <[EMAIL PROTECTED]> wrote: > > > However, when I run cvs (command line) from a Unix client, with > > CVS_RSH set to SSH, it prompts me for my passphrase. Is there a way to > > get around this so that it just uses the private key and