Secure Shell Commands
©2008 Allied Telesis Inc. All rights reserved.
45.14
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
Software Version 5.2.1
show crypto key pubkey-chain userkey
This command displays the public keys registered with the SSH server for SSH users. These
keys allow remote users to access the device using public key authentication. By using public
key authentication, users can access the SSH server without providing password.
Syntax
show crypto key pubkey-chain userkey
<username>
[<1-65535>]
Mode
Privileged Exec mode
Output
Figure 45-3: Example output from the
show crypto key public-chain userkey
command
Parameters in output of the
show crypto key userkey
command
To display the public keys for the user “manager” that are registered with the SSH server, use
the command:
awplus#
show crypto key pubkey-chain userkey manager
Related Commands
crypto key pubkey-chain userkey
Parameter
Description
<username>
User name of the remote SSH user whose keys you wish to display. The
username must begin with a letter. Valid characters are all numbers, letters,
and the underscore, hyphen and full stop symbols.
Default: no default
<1-65535>
Key identifier for a specific key.
Default: displays all keys
No Type Bits Fingerprint
-------------------------------------------------------------
1 dsa 1024 e8:d6:1b:c0:f4:b6:e6:7d:02:2e:a9:d4:a1:ca:3b:11
2 rsa 2048 12:25:60:95:64:08:8e:a1:8c:3c:45:1b:44:b9:33:9b
Parameter
Meaning
No
Number ID of the key.
Type
The algorithm used to generate the key.
Bits
Length in bits of the key.
Fingerprint
Checksum value for the key.