You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you build a VM with a private key already for SSH, there is no option to disable the recreation of the private key that I can find
Solution
I'd li like a variable that enables the ability to disable the regeneration of the private key such as:
ssh_server_create_keypair
default: true
Description: true to specify generation of private keys if they already exist, false to specify no regeneration of private keys if none exist. will generate kaypair regardless if they dont already exist
Type: bool
Required: no
Alternatives
I dont know any alternatives
Additional information
...
The text was updated successfully, but these errors were encountered:
Sorry if there is a way to do this already - I'm not a dev and I have looked through all the options in the documentation and can't find anything that looks like its applicable
Description
If you build a VM with a private key already for SSH, there is no option to disable the recreation of the private key that I can find
Solution
I'd li like a variable that enables the ability to disable the regeneration of the private key such as:
ssh_server_create_keypair
Alternatives
I dont know any alternatives
Additional information
...
The text was updated successfully, but these errors were encountered: