clear ssh client-keys
Regenerates local SSH client keys.
Syntax
Syntax Description
Keyword
Description
admin
Regenerate keys for the admin user
user
Regenerate keys for the read-only user.
Defaults
If neither admin
nor user
is 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
Related Commands
Last updated