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 6259da3 commit 65d79dcCopy full SHA for 65d79dc
src/ec2/model.ts
@@ -240,7 +240,7 @@ export class Ec2ConnectionManager {
240
sshKeyPair: SshKeyPair,
241
remoteUser: string
242
): Promise<void> {
243
- const sshKey = await sshKeyPair.getPublicKey()
+ const sshPubKey = await sshKeyPair.getPublicKey()
244
245
const remoteAuthorizedKeysPaths = `/home/${remoteUser}/.ssh/authorized_keys`
246
const command = `echo "${sshKey}" > ${remoteAuthorizedKeysPaths}`
0 commit comments