fancy-spoon-46046
04/08/2022, 1:04 PM@pulumi/command
on google cloud platform vm with tls.PrivateKey
apollo--production--gcp--europe-west4--command-1 (command:remote:Command)
error: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
Login on aws with same key works. Also login to google cloud platform with terminal works. Anything special here to consider?billowy-army-68599
04/08/2022, 1:07 PMfancy-spoon-46046
04/08/2022, 1:28 PMmetadata: {
'enable-oslogin': 'false',
'ssh-keys': sshKey.publicKeyOpenssh.apply((v) => `admin:${v}`),
},