cloudmesh-configuration.cloudmesh.configuration.security.authorized_keys
¶
authorized key management.
Module Contents¶
Classes¶
Class to manage authorized keys. |
Functions¶
|
Generate the fingerprint of a public key |
Generate the fingerprint of a public key
- Parameters
pubkey (str) – the value of the public key
- Returns
fingerprint
- Return type
str
Bases:
object
Class to manage authorized keys.
load the keys from a path
- Parameters
path – the filename (path) in which we find the keys
- Returns
add a public key. :param pubkey: the filename to the public key :return:
Removes the public key TODO: this method is not implemented :param pubkey: the filename of the public key :return:
Return str(self).