R0106-HP MSR Router Series Security Configuration Guide(V7)
195
Ste
p
Command
1. Enter system view.
system-view
2. Display local host public keys
in a specific format.
• Display RSA host public keys:
{ In non-FIPS mode:
public-key local export rsa [ name key-name ] { openssh | ssh1 |
ssh2 }
{ In FIPS mode:
public-key local export rsa [ name key-name ] { openssh | ssh2 }
• Display DSA host public keys:
public-key local export dsa [ name key-name ] { openssh | ssh2 }
Displaying a host public key
Display a host public key and copy it to an unformatted file. You must literally enter the key on the peer
device.
Perform the following tasks in any view:
Task Command
Display local RSA public keys. display public-key local rsa public [ name key-name ]
Display local DSA public keys. display public-key local dsa public [ name key-name ]
NOTE:
Do not distribute the RSA server public key serverkey (default) to a peer device.
Destroying a local key pair
To avoid key compromise, destroy the local key pair and generate a new pair after any of the following
conditions occurs:
• An intrusion event has occurred.
• The storage media of the device is replaced.
• Local certificate has expired. For more information about local certificates, see "Configuring PKI."
To destroy a local key pair:
Step Command
1. Enter system view.
system-view
2. Destroy a local key pair.
public-key local destroy { dsa | ecdsa | rsa } [ name
key-name ]