Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Adds config flag for skipping SSH keygen #455

Merged
merged 2 commits into from
Feb 21, 2024
Merged

Conversation

davefp
Copy link

@davefp davefp commented Feb 20, 2024

WIP

Fixes digitalocean#132

This PR adds a new config variable to skip the generation of SSH keypairs. This is useful when you do not want to assign SSH keys to the root user (for example if the image you are starting from has existing users with authorized_keys set).

@davefp davefp marked this pull request as ready for review February 21, 2024 13:38
@davefp davefp merged commit f0c985d into main Feb 21, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ssh_private_key_file used for both droplet creation and subsequent connection
1 participant