I am almost embarrassed about asking this question (as I am surely missing something stupid)…
If I deploy a bunch of DO droplets via Rancher (by providing the DO API token) I get those droplets deployed and managed by Rancher.
But what if I need to ssh in said droplets? I understand that the process is somewhat along the lines of Rancher generating SSH keys that it then uses to pass to DO to inject the public part of it and Rancher keeps the private portion of the keys. I don’t seem to find a way to use my own SSH keys when I deploy via Rancher nor I see a way to download the private keys at droplet deployment time.
What am I missing?
Thanks.