hostedpi ssh keys table

List the SSH keys on a Raspberry Pi server in a table format

Usage: hostedpi ssh keys table [OPTIONS] NAME

Arguments

name [str] [required]

Name of the Raspberry Pi server to list SSH keys for

Options

--filter [str]

Search pattern for filtering server names

--help

Show this message and exit

Usage

List keys on a Pi:

$ hostedpi ssh keys table mypi3
┏━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Type    ┃ Label     ┃ Note                        ┃
┡━━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ ssh-rsa │ ben@fern  │                             │
│ ssh-rsa │ dave@home │                             │
│ ssh-rsa │ ben@jake  │ ssh-import-id gh:bennuttall │
└─────────┴───────────┴─────────────────────────────┘

Note

The last example includes a comment indicating that the key was imported from GitHub using the hostedpi ssh keys import command. We refer to the ben@jake part as the label.

Keys can be removed by label using the hostedpi ssh keys remove command, and imported keys can be removed using the hostedpi ssh keys unimport command.