SSH Keys

sshkey add

Add a new SSH key.

sshkey add [OPTIONS] LABEL

Options

-f, --in-file <in_file>

The id_rsa.pub file to import for this key

-k, --key <key>

The actual SSH key

--note <note>

Extra note that will be associated with key

Arguments

LABEL

Required argument

sshkey remove

Permanently removes an SSH key.

sshkey remove [OPTIONS] IDENTIFIER

Arguments

IDENTIFIER

Required argument

sshkey edit

Edits an SSH key.

sshkey edit [OPTIONS] IDENTIFIER

Options

-k, --label <label>

The new label for the key

--note <note>

New notes for the key

Arguments

IDENTIFIER

Required argument

sshkey list

List SSH keys.

sshkey list [OPTIONS]

Options

--sortby <sortby>

Column to sort by

Options

id | label | fingerprint | notes

sshkey print

Prints out an SSH key to the screen.

sshkey print [OPTIONS] IDENTIFIER

Options

-f, --out-file <out_file>

The public SSH key will be written to this file

Arguments

IDENTIFIER

Required argument