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

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
1 changed files with 2 additions and 1 deletions

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: