hostedpi remove-keys

Remove all SSH keys from one or more Pis

Synopsis

hostedpi remove-keys [-h] names [names ...]

Description

names [names ...]

The name of the Pis to remove keys from

-h, --help

Show this help message and exit

Usage

Remove all SSH keys from a Pi:

$ hostedpi remove-keys mypi
2 keys removed from mypi

Remove all SSH keys from multiple Pis:

$ hostedpi remove-keys mypi mypi2
2 keys removed from mypi
0 keys removed from mypi2

Note

Unlike other commands, there is no implicit targeting of all Pis. Pis must be listed explicitly to have keys removed.