212
ssh-rsa
AAAAB3NzaC1yc2EAAAADAQABAAAAgQDAo0dVYR1S5f30eLKGNKuqb5HU3M0TTSaGlER2GmcRI2sgSegbo1x6u
jgM2d50FqIweEkHHkSG/ddgXt/iAZ6cY81bdu/CKxGiQlkUX5KeE7j
+o0MpOpzu1riz+1LcwVTs51Q== rsa-key
public-key peer
Syntax
public-key peer
keyname
undo public-key peer
keyname
View
System view
Default level
2: System level
Parameters
keyname
: Specifies the public key name of a remote host, a case sensitive string of 1 to 64 characters.
Description
Use the
public-key peer
command to specify a name for a remote host's public key and enter public key
view.
Use the
undo public-key peer
command to remove a remote host's public key.
To manually configure a remote host's public key on the local host, obtain the public key (in hexadecimal)
from the remote host 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 public key of the remote host.
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 remote host's 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