205
display public-key peer
Syntax
display public-key peer
[
brief
|
name
publickey-name
] [
|
{
begin
|
exclude
|
include
}
regular-expression
]
View
Any view
Default level
1: Monitor level
Parameters
brief
: Displays brief information about all the public keys of remote hosts.
name
publickey-name
: Displays information about a remote host's public key.
publickey-name
represents
a public key by its name, which is a case sensitive string of 1 to 64 characters.
|
: Filters command output by specifying a regular expression. For more information about regular
expressions, see the
Fundamentals Configuration Guide
.
begin
: Displays the first line that matches the specified regular expression and all lines that follow.
exclude
: Displays all lines that do not match the specified regular expression.
include
: Displays all lines that match the specified regular expression.
regular-expression
: Specifies a regular expression, which is a case sensitive string of 1 to 256 characters.
Description
Use the
display public-key peer
command to display information about the specified or all locally saved
public keys of remote hosts.
With neither the
brief
keyword nor the
name
publickey-name
combination specified, the command
displays detailed information about all locally saved public keys of remote hosts.
You can use the
public-key peer
command or the
public-key peer import sshkey
command to get a local
copy of a remote host's public key.
Related commands:
public-key peer
and
public-key peer
import
sshkey
.
Examples
# Display detailed information about the remote host's public key named
idrsa
.
<Sysname> display public-key peer name idrsa
=====================================
Key Name : idrsa
Key Type : RSA
Key Module: 1024
=====================================
Key Code:
30819D300D06092A864886F70D010101050003818B00308187028181009C46A8710216CEC0C01C7CE136B
A76C79AA6040E79F9E305E453998C7ADE8276069410803D5974F708496947AB39B3F39C5CE56C95B6AB74
42D56393BF241F99A639DD02D9E29B1F5C1FD05CC1C44FBD6CFFB58BE6F035FAA2C596B27D1231D159846
B7CB9A7757C5800FADA9FD72F65672F4A549EE99F63095E11BD37789955020123
# Display brief information about all locally saved public keys of remote hosts.
<Sysname> display public-key peer brief