R3204P16-HP Load Balancing Module Security Command Reference-6PW101

50
Parameters
keyname: Specifies a name for the peer public key on the local device, a case sensitive string of 1 to 64
characters.
Description
Use the public-key peer command to specify a name for the peer public key and enter public key view.
Use the undo public-key peer command to remove the public key.
To manually configure the peer public key on the local device, obtain the public key in hexadecimal from
the peer device beforehand and perform the following configurations:
1. Execute the public-key peer command, and then the public-key-code begin command to enter
public key code view.
2. Type the peer public key.
3. Execute the public-key-code end command to save the public key and return to public key view.
4. Execute the peer-public-key end command to return to system view.
Related commands: public-key-code begin, public-key-code end, peer-public-key end, and display
public-key peer.
Examples
# Specify the name for the peer public key as key1 and enter public key view.
<Sysname> system-view
[Sysname] public-key peer key1
[Sysname-pkey-public-key]
public-key peer import sshkey
Syntax
public-key peer keyname import sshkey filename
undo public-key peer keyname
View
System view
Default level
2: System level
Parameters
keyname: Specifies a public key name, a case sensitive string of 1 to 64 characters.
filename: Specifies the name of the file that saves the peer host public key. For more information about
file name, see System Maintenance Configuration Guide.
Description
Use the public-key peer import sshkey command to import a peer host public key from the public key file.
Use the undo public-key peer command to remove the specified peer host public key.
After execution of this command, the system automatically transforms the host public key in SSH1,
SSH2.0 or OpenSSH format to PKCS format, and imports the key. This operation requires that you get a
copy of the public key file from the peer device through FTP or TFTP in binary mode in advance.
Related commands: display public-key peer.