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