clear ssh client-keys

Regenerates local SSH client keys.

Syntax

clear ssh client-keys [admin|user]

Syntax Description

Keyword
Description

admin

Regenerate keys for the admin user

user

Regenerate keys for the read-only user.

Defaults

If neither adminnor useris specified, the keys for both users are regenerated.

Usage Guidelines

This command is used to delete and regenerate the local SSH client keys.

SSH client keys can be used for public key authentication with the ssh command as well as commands that use the scp protocol (e.g., write net scp://…).

Examples

clear ssh client-keys admin
show ssh-client-keys

Last updated