209
++++++++
++++++++
# Create a local DSA key pair.
<Sysname> system-view
[Sysname] public-key local create dsa
The range of public key size is (512 ~ 2048).
NOTES: If the key modulus is greater than 512,
It will take a few minutes.
Press CTRL+C to abort.
Input the bits of the modulus[default = 1024]:
Generating Keys...
*
*
public-key local destroy
Syntax
public-key local destroy
{
dsa
|
rsa
}
View
System view
Default level
2: System level
Parameters
dsa
: DSA key pair.
rsa
: RSA key pair.
Description
Use the
public-key local destroy
command to destroy the local key pairs.
Related commands:
public-key local create
.
Examples
# Destroy the local RSA key pairs.
<Sysname> system-view
[Sysname] public-key local destroy rsa
Warning: Confirm to destroy these keys? [Y/N]:y
# Destroy the local DSA key pair.
<Sysname> system-view
[Sysname] public-key local destroy dsa
Warning: Confirm to destroy these keys? [Y/N] :y
public-key local export dsa
Syntax
public-key local export dsa
{
openssh
|
ssh2
}
[
filename
]