args not needed but keep them there (commented)
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
This commit is contained in:
parent
ab919131fb
commit
cbb1fdfd5e
@ -97,7 +97,8 @@ def build_cmd(args):
|
|||||||
target = f"/tmp"
|
target = f"/tmp"
|
||||||
else:
|
else:
|
||||||
target = args.target
|
target = args.target
|
||||||
accepted_key_rsa_args = "-o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedKeyTypes=+ssh-rsa"
|
# accepted_key_rsa_args = "-o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedKeyTypes=+ssh-rsa"
|
||||||
|
accepted_key_rsa_args = ""
|
||||||
if args.invert:
|
if args.invert:
|
||||||
cmd += f"{port_args} {accepted_key_rsa_args} {address}:{args.source} {target}"
|
cmd += f"{port_args} {accepted_key_rsa_args} {address}:{args.source} {target}"
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user