Implementation module for the `ckeygen` command.

Class GeneralOptions Undocumented
Function run Undocumented
Function enumrepresentation Undocumented
Function handleError Undocumented
Function generateRSAkey Undocumented
Function generateDSAkey Undocumented
Function generateECDSAkey Undocumented
Function printFingerprint Undocumented
Function changePassPhrase Undocumented
Function displayPublicKey Undocumented
Function _keyGenerator Undocumented
Function _saveKey Persist a SSH key on local filesystem.
def _keyGenerator(keyType): (source)
Undocumented
def run(): (source)
Undocumented
def enumrepresentation(options): (source)
Undocumented
def handleError(): (source)
Undocumented
@_keyGenerator('rsa')
def generateRSAkey(options): (source)
Undocumented
@_keyGenerator('dsa')
def generateDSAkey(options): (source)
Undocumented
@_keyGenerator('ecdsa')
def generateECDSAkey(options): (source)
Undocumented
def printFingerprint(options): (source)
Undocumented
def changePassPhrase(options): (source)
Undocumented
def displayPublicKey(options): (source)
Undocumented
def _saveKey(key, options): (source)

Persist a SSH key on local filesystem.

ParameterskeyKey which is persisted on local filesystem. (type: keys.Key implementation.)
options (type: dict)
API Documentation for Twisted, generated by pydoctor at 2017-09-23 19:45:03.