Skip to content
1 min read

fj ssh-key

Manage SSH keys on your account

fj ssh-key [OPTIONS] <COMMAND>

Every command also accepts the global flags: --host, --debug, --no-pager, --json-fields.

fj ssh-key list

List SSH keys on your account

fj ssh-key list [OPTIONS]

Options

  • --json — Emit JSON instead of a table

fj ssh-key add

Add an SSH key

fj ssh-key add [OPTIONS] <TITLE>

Arguments

  • <TITLE> — Key title

Options

  • --key <KEY> — SSH public key. Pass --from-file ~/.ssh/id_ed25519.pub instead for files
  • --from-file <FROM_FILE> — Read the key from a file (or - for stdin)

fj ssh-key delete

Remove an SSH key by id

fj ssh-key delete [OPTIONS] <ID>

Arguments

  • <ID> — Key id

Options

  • -y, --yes — Skip the confirmation prompt
Contributors
  • Stephen Way