Posted 2012-03-29 01:49 by Joe
list-ssh-keys.pl
Lists all registered SSH keys
This program displays a list of all SSH keys registered with Cloudmin,
in a table format.
To show more details,
use the --multiline command-line argument,
or to show only key IDs use the --name-only flag.
It is most useful when creating a system that will use SSH authentication to login as root,
such as an EC2 instance.
In this case,
the key ID must be passed to create-system.pl as a command-line argument.
Example usage
cloudmin list-ssh-keys ID Description ---------- ----------------------------------------------------------------- 1176512463 Jamie's SSH 1 key. uploaded copy 1176512615 Jamie's SSH 2 key, in home directory 1176513526 Amazon EC2 SSH key 1176848976 EC2 generated key
Command Line Help
cloudmin list-ssh-keys [--multiline | --name-only]
