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?
This is really a question about ssh rather than cvs. Can you ssh from your machine to the server without using a password? If not, run ssh with the "-v" option to help debug the problem. What does it say? 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 so, get rid of those permissions. -- Matt http://www.faradic.net/~mmcclure/ "I don't believe in rivalries. I don't believe in curses. Wake up the damn Bambino, maybe I'll drill him in the (behind)." -Pedro Martinez _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
