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

support existing ssh key pairs #4

Open
briandowns opened this issue Dec 4, 2024 · 0 comments
Open

support existing ssh key pairs #4

briandowns opened this issue Dec 4, 2024 · 0 comments

Comments

@briandowns
Copy link
Contributor

briandowns commented Dec 4, 2024

The Create method generates an SSH key pair for each instance being created. For example, if an operator creates a 3 node Kubernetes cluster using this driver then 3 SSH key pairs will be generated and uploaded to Oxide.

pubKey, err := d.createSSHKeyPair()
if err != nil {
return err
}

Update the driver to use an existing SSH key pair. This will involve accepting an SSH private key as input from the operator and its corresponding SSH public key ID that has already been uploaded into Oxide.

@sudomateo sudomateo changed the title Support Using Existing SSH Key Pairs support existing ssh key pairs Dec 20, 2024
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

No branches or pull requests

1 participant