module documentation
Implementation module for the `ckeygen` command.
| Class | |
Undocumented |
| Function | change |
Undocumented |
| Function | display |
Undocumented |
| Function | enumrepresentation |
Undocumented |
| Function | generate |
Undocumented |
| Function | generate |
Undocumented |
| Function | generate |
Undocumented |
| Function | generate |
Undocumented |
| Function | handle |
Undocumented |
| Function | print |
Undocumented |
| Function | run |
Undocumented |
| Variable | supported |
Undocumented |
| Function | _default |
Return a reasonable default private key subtype for a given key type. |
| Function | _input |
Ask the user where to save the key. |
| Function | _key |
Undocumented |
| Function | _save |
Persist a SSH key on local filesystem. |
Return a reasonable default private key subtype for a given key type.
| Parameters | |
keystr | A key type, as returned by twisted.conch.ssh.keys.Key.type. |
| Returns | |
str | A private OpenSSH key subtype ('PEM' or 'v1'). |