https://pulumi.com logo
Title
s

steep-alligator-79173

08/20/2020, 11:18 AM
any one know how to create ssh key pair ? I can’t find any pulumi resources to create one.
t
s

steep-alligator-79173

08/20/2020, 12:44 PM
this is not exactly what I need. I want to create similar thing like in AWS where I can create SSH KeyPair that are stored in cloud provider and then attached them to any new VM. For aws there is a
ec2.KeyPair
resource. For azure I can create ssh key portal using but I can’t find equivalent in pulumi resources ( i’m using python )
s

steep-alligator-79173

08/20/2020, 1:47 PM
@broad-dog-22463 thx Im using this for AWS is there a similar thing for azure ?
I can create keypair in azure with marketplace ssh key
but I would like to create this with pulumi
b

broad-dog-22463

08/20/2020, 2:30 PM
I’m not sure why you mean marketplace ssh key
There’s nothing specifically in azure that allows you to creat centrally managed ssh keys right?
s

steep-alligator-79173

08/21/2020, 10:59 AM
This one :