We are excited to announce that our API now supports SSH Keys for virtual server creates. This allows customers to spin-up new servers through the API with a single or multiple SSH keys already added to the root user. When using SSH keys, we also do not email out the root password for added security as we default to SSH keys for authorization.
To get a list of your available SSH keys simply:
https://api.digitalocean.com/ssh\_keys/?client\_id=\[YOUR\_CLIENT\_ID\]&api\_key=\[YOUR\_API\_KEY\]
This will give you JSON output of all of your current keys that can be deployed during creates:
{ “status”:“OK”, “ssh_keys”:[{“id”:10,“name”:“office-imac”}, {“id”:11,“name”:“macbook-air”}]}
To use SSH keys in your create request, simply add the new paramater `ssh_key_ids` with a comma separated list of SSH Key IDs that you would like added to the new server that you will create:
In this case, if you wanted to add both the office-imac and macbook-air keys, you would add the following to your create call: ssh_key_ids=10,11
It’s just that simple to now integrate SSH Keys into your droplet creates via the API!
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.