1-11
The range of public key size is (512 ~ 2048).
NOTES: If the key modulus is greater than 512,
It will take a few minutes.
Input the bits in the modulus[default = 1024]:
Generating keys...
...++++++
...................................................................++++++
...........................++++++++
.....++++++++
......
# Display the public key information of the local RSA key pair.
[Sysname] display public-key local rsa public
=====================================================
Time of Key pair created: 03:14:23 2000/04/06
Key name: Sysname_Host
Key type: RSA encryption Key
=====================================================
Key code:
305C300D06092A864886F70D0101010500034B003048024100D6665EFEC14F48A5B42A413E2FACCAA9F02C77
2AEDC4911E76AAEE55BA49C4A0233D2D80504068BD9C892C0DD9EBBBC7EB8842ED61CDB418A29CA1362BB48C
190203010001
public-key local destroy
Syntax
public-key local destroy rsa
View
System view
Parameters
rsa: Specifies the RSA key pair.
Description
Use the public-key local destroy command to destroy the key pairs generated for the current switch.
If the key pair does not exist, the system displays a message, telling you no such key pair exists.
Related commands: public-key local create.
Examples
# Destroy the RSA key pair of the current switch.
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname]public-key local destroy rsa
% Confirm to destroy these keys? [Y/N]:y
......