Part of libcloud.compute.deployment View Source View In Hierarchy
Installs a public SSH Key onto a host.
Method | __init__ | @type key: C{str} @keyword key: Contents of the public key write |
Method | run | Installs SSH key into C{.ssh/authorized_keys} |
Inherited from Deployment:
Method | _get_string_value | Undocumented |
Installs SSH key into C{.ssh/authorized_keys} See also L{Deployment.run}