configure authorized-keys

Edits the list of authorized public keys for authentication of incoming SSH connections.

Syntax

configure authorized-keys [admin|user]

Syntax Description

Keyword
Description

admin

Edit authorized keys for the administrative user.

user

Edit authorized keys for the read-only user.

Defaults

If neither user is specified, the keys for the administrative user are edited.

Usage Guidelines

This command edits the list of authorized public keys for SSH authentication on inbound connections. The list contains one key per line in the OpenSSH authorized_keys file format.

Editing is done using the vim text editor.

Examples

config authorized-keys admin
show config authorized-keys

Last updated