clear ssh host-keys
Regenerates the local ssh host keys.
Last updated
Regenerates the local ssh host keys.
clear ssh host-key [ed25519|rsa]ed25519
Regenerate the ED25519 host key.
rsa
Regenerate the RSA host key.
If no options are specified, all SSH host key types are regenerated.
This command is used to delete and regenerate the local SSH host keys.
The host keys are used by remote clients to authenticate connections to the local system.
clear ssh host-key
clear ssh host-key ed25519Last updated