Re: svnsync via svn+ssh w/key authentication: password prompt

2014-09-02 Thread Philip Martin
"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

RE: svnsync via svn+ssh w/key authentication: password prompt

2014-09-02 Thread Sampson, Barry
@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

Re: svnsync via svn+ssh w/key authentication: password prompt

2014-08-29 Thread Nico Kadel-Garcia
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

Re: svnsync via svn+ssh w/key authentication: password prompt

2014-08-29 Thread Andreas Stieger
> 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

svnsync via svn+ssh w/key authentication: password prompt

2014-08-29 Thread Sampson, Barry
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