"Sampson, Barry" writes:
> Using svn, I can do this without being prompted for a password:
> svn list svn+ssh://servername/path/to/repos
>
> However, this does prompt for a password:
> svnsync sync svn+ssh://servername/path/to/repos
>
> And just for good measure, this does the same thing:
> svnsy
@subversion.apache.org
Subject: Re: svnsync via svn+ssh w/key authentication: password prompt
On 29 Aug 2014, at 17:22, "Sampson, Barry"
mailto:barry.samp...@teejet.com>> wrote:
I am attempting to use svnsync over a SSH tunnel, which works, but always
prompts for a password. I alrea
On Fri, Aug 29, 2014 at 12:22 PM, Sampson, Barry
wrote:
> I am attempting to use svnsync over a SSH tunnel, which works, but always
> prompts for a password. I already setup ssh key authentication, which does
> work fine when performing svn commands.
Ahh. Welcome to the world of "ssh-agent', and
> On 29 Aug 2014, at 17:22, "Sampson, Barry" wrote:
>
> I am attempting to use svnsync over a SSH tunnel, which works, but always
> prompts for a password. I already setup ssh key authentication, which does
> work fine when performing svn commands.
>
> I can establish a SSH tunnel with key
I am attempting to use svnsync over a SSH tunnel, which works, but always
prompts for a password. I already setup ssh key authentication, which does
work fine when performing svn commands.
I can establish a SSH tunnel with keys like this - no password prompts:
ssh servername
Using svn, I can d