crypto key client zeroize

Deletes the crypto client key pair from the flash memory.

Syntax

crypto key client zeroize { dsa | rsa }

Parameters

dsa
Deletes a DSA client key pair.
rsa
Deletes an RSA client key pair.

Modes

Global configuration mode

Usage Guidelines

To disable SSH, you delete all of the client keys from the device. When a client key is deleted, it is deleted from the flash memory of all management modules.

Examples

The following example shows how to delete the DSA client key pair.

device(config)# crypto key client zeroize dsa

The following example shows how to delete the RSA client key pair.

device(config)# crypto key client zeroize rsa

The following example shows how to delete DSA and RSA client key pairs from flash memory.

device(config)# crypto key client zeroize