koalalorenzo/python-digitalocean

SSH Keys bound to an instance not returned.

Closed this issue · 1 comments

The droplet object has ssh_keys attribute but returns an empty list even if a key is attached to that instance and is running properly.

digitalocean

The ssh_keys are used only when creating a droplet, as the value is stored inside authorized_keys file ;-)