sparse-intern-71089
05/25/2022, 9:45 AMancient-car-89914
05/25/2022, 9:47 AMprovider_plugin.go:1586] provider received rpc error `Unknown`: `ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
ancient-car-89914
05/25/2022, 9:49 AMancient-car-89914
05/25/2022, 10:07 AMno matching key exchange method found. Their offer: diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1 [preauth]
ancient-car-89914
05/25/2022, 10:12 AMquiet-wolf-18467
quiet-wolf-18467
pulumi/command
usesancient-car-89914
05/25/2022, 11:50 AMancient-car-89914
05/25/2022, 11:53 AMquiet-wolf-18467
ancient-car-89914
05/25/2022, 2:13 PMconst sshKey = new tls.PrivateKey('sshKey', {
algorithm: 'RSA',
rsaBits: 4096
})
export const privateKey = sshKey.privateKeyPem
const doSshkey = new digitalocean.SshKey('sshKey', {
publicKey: sshKey.publicKeyOpenssh
})
quiet-wolf-18467
ancient-car-89914
05/25/2022, 2:16 PMancient-car-89914
05/25/2022, 2:17 PMnew digitalocean.Droplet(
'myDroplet',
{
size: 's-4vcpu-8gb',
image: 'ubuntu-22-04-x64',
region: 'fra1',
sshKeys: [doSshkey.id]
},
{
replaceOnChanges: ['diskImage', 'script']
}
)
quiet-wolf-18467
quiet-wolf-18467
quiet-wolf-18467
ancient-car-89914
05/25/2022, 2:50 PMquiet-wolf-18467
package-lock.json
to identify a bug in our providers, but there isn’t oneancient-car-89914
05/28/2022, 9:54 PMconst sshKey = new tls.PrivateKey('sshKey', {
algorithm: 'ED25519'
})
export const privateKey = sshKey.privateKeyOpenssh