list-system-keys

Lists SSH keys accepted by root for some system.

This command outputs a list of authorized SSH keys on some managed system, selected using the --host command-line parameter. By default they are shown in a table, but you can select a more machine-readable format with the optional --multiline parameter. Or to get just the key IDs,
use the --id-only flag.

Example usage

  cloudmin list-system-keys --host virtualmin.home
  ID         Type    Description
  ---------- ------- ---------------------------------------------------------
  1176512615 Private Test SSH key

Command Line Help

Lists all network interfaces on some virtual system.

cloudmin list-system-keys --host hostname
                         [--multiline | --id-only]