help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: VC with CVS over SSH


From: Richard V. Molen
Subject: Re: VC with CVS over SSH
Date: 24 Oct 2002 12:37:45 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Phillip Lord <p.lord@russet.org.uk> writes:

> I am having some problems with using CVS within vc. The problem is
> that my ssh connection is password prompting me, and vc-diff doesn't
> like it (the password prompt comes up in a read only buffer).

Use ssh-agent along with RSA or DSA passphrase.  There are many ways
to do this, here's one.

...From bash command line (after using ssh-keygen to generate either
an RSA or a DSA passphrase)...

exec ssh-agent $SHELL
ssh-add

...ssh-add will prompt for the passphrase and save the key for
ssh-agent.  Now anything started from that shell will not need a
password (nor passphrase) since the ssh-agent will pass the key
automagically....

emacs &

Hope this helps.

-- 
Richard V. Molen

Warning!!
Signature under construction, safety glasses required.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]