I just saw that scpwrapper.py doesn't check the presence of the bastion vars via a config file that path would be overridden by that BASTION_CONF_FILE like sshwrapper.py does. That means the SCP wrapper doesn't support that way of configuring the wrapper.
Hi,
I just saw that
scpwrapper.py
doesn't check the presence of the bastion vars via a config file that path would be overridden by thatBASTION_CONF_FILE
likesshwrapper.py
does. That means the SCP wrapper doesn't support that way of configuring the wrapper.The code ranges to copy are line 18, and line 42 to line 50 from
sshwrapper.py