There was an error while loading. Please reload this page.
2 parents ea33345 + 57b2bd7 commit 178fdd0Copy full SHA for 178fdd0
1 file changed
lib/commands.py
@@ -66,6 +66,7 @@ def _ssh(hostname_or_ip, cmd, check, simple_output, suppress_fingerprint_warning
66
background, decode, options) -> Union[SSHResult, SSHCommandFailed, str, bytes, None]:
67
opts = list(options)
68
opts.append('-o "BatchMode yes"')
69
+ opts.append('-o "PubkeyAcceptedAlgorithms +ssh-rsa"')
70
if suppress_fingerprint_warnings:
71
# Suppress warnings and questions related to host key fingerprints
72
# because on a test network IPs get reused, VMs are reinstalled, etc.
0 commit comments