Re: [Duplicity-team] [Question #670362]: sftp backend ssh options

2019-03-02 Thread edso
Question #670362 on Duplicity changed: https://answers.launchpad.net/duplicity/+question/670362 edso proposed the following answer: On 01.03.2019 14:17, Peter Unthahorsten wrote: > Question #670362 on Duplicity changed: > https://answers.launchpad.net/duplicity/+question/670362 > > Peter

Re: [Duplicity-team] [Question #670362]: sftp backend ssh options

2019-03-01 Thread Peter Unthahorsten
Question #670362 on Duplicity changed: https://answers.launchpad.net/duplicity/+question/670362 Peter Unthahorsten proposed the following answer: I'd like to backup via sftp going through an http proxy as well. Apparently Paramiko.connect has a "socket" parameter that could be used therefore.

Re: [Duplicity-team] [Question #670362]: sftp backend ssh options

2018-06-21 Thread edso
Question #670362 on Duplicity changed: https://answers.launchpad.net/duplicity/+question/670362 edso proposed the following answer: On 21.06.2018 10:57, edso wrote: > paramiko is a python native ssh implementation and as such does not support > the same parameters ok, that's misleading. the

[Duplicity-team] [Question #670362]: sftp backend ssh options

2018-06-21 Thread Simon
New question #670362 on Duplicity: https://answers.launchpad.net/duplicity/+question/670362 I'd like to backup to a host via sftp using ProxyCommand: duplicity --ssh-options='--oProxyCommand=ssh -q -W %h:%p user@gatekeeper' /path/to/src paramiko+sftp://user@host//path/to/dst It seems that