l.d.SSHKeyDeployment(Deployment) : class documentation

Part of libcloud.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}
def __init__(self, key): (source)
@type key: C{str}
@keyword key: Contents of the public key write
def run(self, node, client): (source)
Installs SSH key into C{.ssh/authorized_keys}

See also L{Deployment.run}
API Documentation for libcloud, generated by pydoctor at 2011-07-02 22:19:34.