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.
2 parents 1d8d79f + 8113288 commit 6587a1fCopy full SHA for 6587a1f
packages/core/src/awsService/ec2/sshKeyPair.ts
@@ -80,6 +80,7 @@ export class SshKeyPair {
80
}
81
return !(await tryRun('ssh-keygen', ['-t', keyType, '-N', '', '-q', '-f', keyPath], 'yes', 'unknown key type', {
82
onStdout: overrideKeys,
83
+ timeout: new Timeout(5000),
84
}))
85
86
0 commit comments