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
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.
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.
The text was updated successfully, but these errors were encountered:
sudomateo
changed the title
Support Using Existing SSH Key Pairs
support existing ssh key pairs
Dec 20, 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.rancher-machine-driver-oxide/oxide.go
Lines 142 to 145 in 8e3b6df
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.
The text was updated successfully, but these errors were encountered: