[JBoss-dev] JBoss, CVS Emacs

2001-05-08 Thread Julian Gosnell
Every time I interact with JBoss CVS I am asked for a password. My Emacs does not seem to know how to deal with this. (I'm using vc on top of cvs). Is there any way I can work around this (e.g. tell Emacs what to use as the passwd, store it in a file somewhere where openssh will find it etc...)

Re: [JBoss-dev] JBoss, CVS Emacs

2001-05-08 Thread Scott M Stark
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 08, 2001 3:55 PM Subject: [JBoss-dev] JBoss, CVS Emacs Every time I interact with JBoss CVS I am asked for a password. My Emacs does not seem to know how to deal with this. (I'm using vc on top of cvs). Is there any way I can work

Re: [JBoss-dev] JBoss, CVS Emacs

2001-05-08 Thread Julian Gosnell
for every cvs command? http://sourceforge.net/docman/display_doc.php?docid=765group_id=1#ssh-key - Original Message - From: Julian Gosnell [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 08, 2001 3:55 PM Subject: [JBoss-dev] JBoss, CVS Emacs Every time I interact

Re: [JBoss-dev] JBoss, CVS Emacs

2001-05-08 Thread Jason Dillon
Have you read the CVS docs on SF? You probably want to setup a DSA key (via ssh-keygen) then configure your SF account with your public key (identity.pub). Once you have done that (assuming you have already set CVS_RSH to ssh, you should be good to go. Note that it will take a few hours to get

Re: [JBoss-dev] JBoss, CVS Emacs

2001-05-08 Thread danch
Somewhere on the sourceforge site there's a page on enabling key based authentication for ssh. This should do what you need. Julian Gosnell wrote: Every time I interact with JBoss CVS I am asked for a password. My Emacs does not seem to know how to deal with this. (I'm using vc on top of

Re: [JBoss-dev] JBoss, CVS Emacs

2001-05-08 Thread Andreas Schaefer
On you home page on Source Forge you can add your public Key (for the SSH) and then CVS shouldn't ask you anymore. Andy - Original Message - From: danch [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 08, 2001 5:21 PM Subject: Re: [JBoss-dev] JBoss, CVS Emacs Somewhere