Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show security ssh key-pair-identity

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show security ssh key-pair-identity 
    ( brief  <identity-name>  | public  identity-name  )

Description

Display the SSH key pair identity information.

Options

  • brief identity-name—Display the brief information for a specified identity. The identity-name variable is optional, if an identity is not specified, the command will list brief information of all identities.

  • public identity-name —Display the public key for a specified identity.

Note:

The public and brief options are mutually exclusive

Required Privilege Level

view

Output Fields

When you enter this command, you are provided feedback on the status of your request.

Sample Output

show security ssh key-pair-identity brief

content_copy zoom_out_map
user@host> show security ssh key-pair-identity brief
SSH Key Pair Identity Information:
  Name             Create Time      Encrypted
  sample           Dec 28, 17:40    yes
  identity-name    Dec 28, 17:26    yes

show security ssh key-pair-identity brief sample

content_copy zoom_out_map
user@host> show security ssh key-pair-identity brief sample
SSH Key Pair Identity Information:
  Name             Create Time      Encrypted
  sample           Dec 28, 17:34    yes

Release Information

Command introduced in Junos OS Release 15.1X49-D70.

footer-navigation