Class | GeneralOptions |
Undocumented |
Function | changePassPhrase |
Undocumented |
Function | displayPublicKey |
Undocumented |
Function | enumrepresentation |
Undocumented |
Function | generateDSAkey |
Undocumented |
Function | generateECDSAkey |
Undocumented |
Function | generateEd25519key |
Undocumented |
Function | generateRSAkey |
Undocumented |
Function | handleError |
Undocumented |
Function | printFingerprint |
Undocumented |
Function | run |
Undocumented |
Variable | supportedKeyTypes |
Undocumented |
Function | _defaultPrivateKeySubtype |
Return a reasonable default private key subtype for a given key type. |
Function | _inputSaveFile |
Ask the user where to save the key. |
Function | _keyGenerator |
Undocumented |
Function | _saveKey |
Persist a SSH key on local filesystem. |
Parameters | |
keyType:str | A key type, as returned by twisted.conch.ssh.keys.Key.type . |
Returns | |
str | A private OpenSSH key subtype ('PEM' or 'v1'). |