cloudmesh_client.common.ssh package

Submodules

cloudmesh_client.common.ssh.authorized_keys module

class cloudmesh_client.common.ssh.authorized_keys.AuthorizedKeys[source]

Bases: object

add(pubkey)[source]
classmethod from_authorized_keys(path)[source]
remove(pubkey)[source]
text()[source]
cloudmesh_client.common.ssh.authorized_keys.fingerprint_public_key(pubkey)[source]

Generate the fingerprint of a public key

Parameters:pubkey (str) – the value of the public key
Returns:fingerprint
Return type:str

Module contents