Re: using svn cli with --non-interactive (in scripts) securely,without exposing password

2021-02-22 Thread Yasuhito FUTATSUKI
In article nka...@gmail.com writes: > Sorry for message without content, re-sending with content. > > > On Mon, Feb 22, 2021 at 3:25 PM Yasuhito FUTATSUKI > > > > If you want to use ssh key other than default key or alternative tcp port > > > other than 22, you can use them by overriding ssh tu

Re: using svn cli with --non-interactive (in scripts) securely, without exposing password

2021-02-22 Thread Nico Kadel-Garcia
Sorry for message without content, re-sending with content. > On Mon, Feb 22, 2021 at 3:25 PM Yasuhito FUTATSUKI > > If you want to use ssh key other than default key or alternative tcp port > > other than 22, you can use them by overriding ssh tunnel setting with > > SVN_SSH > > environment var

Re: using svn cli with --non-interactive (in scripts) securely, without exposing password

2021-02-22 Thread Nico Kadel-Garcia
On Mon, Feb 22, 2021 at 3:25 PM Yasuhito FUTATSUKI wrote: > > Hello, > > On 2021/02/23 2:40, CoolCold wrote: > > Good day! > > (please CC me, I'm not subscribed to the list) > > > > A bit of context: > > I was using subversion to store my serves' configs versioned for > > almost a decade, with bas

Re: using svn cli with --non-interactive (in scripts) securely,without exposing password

2021-02-22 Thread Yasuhito FUTATSUKI
In article coolthec...@gmail.com writes: > As I see it, at the end of the day, cleartext password / token / > ssh-key would be saved anyway, if you need to have it to work in an > automated way. > Most convenient for me would be having: > a) --pasword-file=... command option > b) SVN_PASSWORD en

Re: using svn cli with --non-interactive (in scripts) securely, without exposing password

2021-02-22 Thread CoolCold
Hello! On Tue, Feb 23, 2021 at 2:37 AM Nathan Hartman wrote: > > On Mon, Feb 22, 2021 at 1:17 PM CoolCold wrote: > > > > Good day! > > (please CC me, I'm not subscribed to the list) > > > > A bit of context: > > I was using subversion to store my serves' configs versioned for > > almost a decade

Re: using svn cli with --non-interactive (in scripts) securely, without exposing password

2021-02-22 Thread CoolCold
Hello, On Tue, Feb 23, 2021 at 3:23 AM Yasuhito FUTATSUKI wrote: > > Hello, > > On 2021/02/23 2:40, CoolCold wrote: > > Good day! > > (please CC me, I'm not subscribed to the list) > > > > A bit of context: > > I was using subversion to store my serves' configs versioned for > > almost a decade,

Re: using svn cli with --non-interactive (in scripts) securely, without exposing password

2021-02-22 Thread Yasuhito FUTATSUKI
Hello, On 2021/02/23 2:40, CoolCold wrote: > Good day! > (please CC me, I'm not subscribed to the list) > > A bit of context: > I was using subversion to store my serves' configs versioned for > almost a decade, with bash wrapping around it. Simplified, it had repo > per server name, wrapper call

Re: using svn cli with --non-interactive (in scripts) securely, without exposing password

2021-02-22 Thread Nathan Hartman
On Mon, Feb 22, 2021 at 1:17 PM CoolCold wrote: > > Good day! > (please CC me, I'm not subscribed to the list) > > A bit of context: > I was using subversion to store my serves' configs versioned for > almost a decade, with bash wrapping around it. Simplified, it had repo > per server name, wrappe

using svn cli with --non-interactive (in scripts) securely, without exposing password

2021-02-22 Thread CoolCold
Good day! (please CC me, I'm not subscribed to the list) A bit of context: I was using subversion to store my serves' configs versioned for almost a decade, with bash wrapping around it. Simplified, it had repo per server name, wrapper called by cron to checkout, rsync over, commit changes back, s