l.c.b.NodeAuthSSHKey(object) : class documentation

Part of libcloud.compute.base View Source View In Hierarchy

An SSH key to be installed for authentication to a node.

This is the actual contents of the users ssh public key which will normally be installed as root's public key on the node.

>>> pubkey = '...' # read from file
>>> from libcloud.compute.base import NodeAuthSSHKey
>>> k = NodeAuthSSHKey(pubkey)
>>> k
<NodeAuthSSHKey>
Method __init__ Undocumented
Method __repr__ Undocumented
def __init__(self, pubkey): (source)
Undocumented
def __repr__(self): (source)
Undocumented
API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:46:59.