This is the mail archive of the
overseers@sourceware.org
mailing list for the Sourceware project.
Re: Seemed to have forgotten passphrase for ssh key
Ayal Zaks <ZAKS@il.ibm.com> writes:
> I'm trying to "svn co svn+ssh://zaks@gcc.gnu.org/svn/gcc/trunk gcc" but
> keep getting
> "Enter passphrase for key '/home/zaks/.ssh/id_rsa':"
> (on same machine the new id_rsa was ssh-keygen'd)
> even though I'm now certain I remember my passphrase.
If you don't use ssh-agent, svn will make multiple ssh connections.
Could that be what is happening here?
If not, send ssh -v output.
Ian