class OceanKit::Resource::SSHKey
- OceanKit::Resource::SSHKey
- OceanKit::Resource::Base
- Reference
- Object
Overview
Add SSH public keys to the interface so that you can embed your public key into a Droplet at the time of creation. Only the public key is required to take advantage of this functionality.
Defined in:
ocean_kit/resources/ssh_key.crInstance Method Summary
-
#all
List all of the keys in your account,
-
#create(name, public_key)
Add a new SSH public key to your DigitalOcean account
-
#delete(id : Int32 | String)
Destroy a public SSH key that you have in account
-
#find(id : Int32 | String)
Show information about a key,
- #ssh_key
-
#update(id, new_name)
Update the name of an SSH key