Re: svnsync via svn+ssh w/key authentication: password prompt
From: Andreas Stieger <andreas.stieger_at_gmx.de>
Date: Fri, 29 Aug 2014 18:19:46 +0100
> On 29 Aug 2014, at 17:22, "Sampson, Barry" <barry.sampson_at_teejet.com> wrote:
Hooks execute in a mostly empty environment so your ssh client will not have access to the ssh agent.
Add a wrapper to compensate, e.g. Specify a passphrase less key file (-i) or configure hook environment via conf/hooks-env (from 1.8) to find the ssh agent. As it's pid/socket will change that is a moving target.
You should it run --non-interactive in either case.
Andreas
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.