pubkey
The pubkey command is used to manage your account’s authorized SSH public keys. You must first get the public key of your SSH client. Note that this only for accessing the device's CLI via SSH.
Note
The pubkey
command can only be used by an administrator.
Note
DSA keys are no longer supported for account authentication. RSA, ECDSA, and ED25519 keys can still be used.
If you are in FIPS mode, use ECDSA or ED25519 keys, as well as a recently updated SSH client.
Synopsis
pubkey add <KEYFILE.pub> |
Actions
Action | Description |
---|---|
add | Uploads a new public key file (.pub extension) to the Makito X. |
remove | Removes the specified public key file from the Makito X. |
list | Lists the public key files currently loaded on the Makito X. |
Examples
# pubkey add makito.pub Uploads the public key file makito.pub to the Makito X. |
# pubkey list Lists all public key files currently loaded on the encoder along with their fingerprints. In this example, there is one public key file: makito.pub : rsa[2048] |
Related Topics
- account (CLI command)