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 applies to SSH CLI access to Makito X devices.
Note
The pubkey
command can only be used by an administrator.
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