args not needed but keep them there (commented)
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
Robin Müller 2022-09-26 18:07:23 +02:00
parent ab919131fb
commit cbb1fdfd5e
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

View File

@ -97,7 +97,8 @@ def build_cmd(args):
target = f"/tmp"
else:
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:
cmd += f"{port_args} {accepted_key_rsa_args} {address}:{args.source} {target}"
else: