https://pulumi.com logo
#general
Title
# general
c

cuddly-ice-6853

06/28/2022, 7:18 AM
How to create virtual machine in azure using pulumi without key_data?, basically ssh key should be auto generated on VM
l

little-cartoon-10569

06/28/2022, 10:01 PM
How would you get the private key out? Putting the public key in is the solution: it's safer (you're not sending the secret over the wire) and it doesn't require solving a new problem, you can use the solution provided.
3 Views