We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f0e0bf commit bfb1ebeCopy full SHA for bfb1ebe
release-process/test-system.py
@@ -115,6 +115,8 @@ def ssh_command(self):
115
def ssh_options(self):
116
return ['-i', self.keypair_pem_file,
117
'-o', 'StrictHostKeyChecking=no',
118
+ # A broken agent config can stop SSH from working. Bypass that.
119
+ '-o', 'IdentityAgent=none',
120
'-o', 'BatchMode=yes',
121
'-o', 'ConnectTimeout=5',
122
'-o', 'IdentitiesOnly=yes']
0 commit comments