duplicity-team team mailing list archive
-
duplicity-team team
-
Mailing list archive
-
Message #04946
Re: [Question #670362]: sftp backend ssh options
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.
See https://docs.paramiko.org/en/2.4/api/client.html
That parameter would receive its value from Paramiko.ProxyCommand() as explained here:
https://www.programcreek.com/python/example/52881/paramiko.ProxyCommand
Hoping that this would help using the ProxyCommand of the OpenSSH
config.
--
You received this question notification because your team duplicity-team
is an answer contact for Duplicity.