HP 3PAR OS 3.1.3 Command Line Interface Reference

showsshkey
DESCRIPTION
The showsshkey command will displays all SSH public keys that have been set with setsshkey.
SYNTAX
showsshkey
AUTHORITY
Any role in the system.
OPTIONS
None
SPECIFIERS
None
RESTRICTIONS
None
EXAMPLES
The following example shows the SSH public keys that have been set by the current user:
cli% showsshkey
ID Key
0 ssh-dss AAAAB3NzaC1kc3MAAACBALDVpIVrNEGJn0tFDCSE1tLXdGVqBkb8Dm/vziYKXShc6
EIeU3kdD7pK9yhTEKx8q9urwgtKwyYH1KMWYp042kuwIM12UzIvkV6DqbA8Z4aOH81WnBm7pEscD
zHdq6IZJ47MszLj1xXO2RYyWTFwsbpKYLXoUrrj8vDqCtcVFGqvAAAAFQDtTx3ZLckWAI9Pp/jgt
JRI+Z63wAAAIAtFIyscMhuyma3yMvnE8MyUyP1mJUzpKLHKwCNfvwL49bfXSoczitmY+ENHTgtWd
uRaX0uIMmeDeeO5qUUKDfxp5t3KURhl47QcU4lNmLCWvR1S5ep1ff0+D7PVjJtRwlZxLtfQMyGWz
YCMzSRnk41pD6R392A8XLSzvqrLXat3wAAAIEAl+crC528VaZSiSbeW/FybPx3EhvvV/Zyv6FTFI
OE5+bsWbeQZP33M3yuwTvVuLvphSzpxTKQy1TOAK/Q6XmsvE9ubUUdki5X1rIuFvOzU88KJ0X1c+
XPw5+NaI8VXat74YR7dSBE5sbC3EKhZ142fD7IH+nHfpHiHQIQSiIIFyw= user@example.com
NOTES
The public SSH keys that are displayed by this command are used to determine that the private
keys that are paired with them are valid, and are not useful in determining the contents of that
private key. As such, the contents of the public keys are not sensitive, and having access to them
will not aid someone attempting to access an account to which they should not have access.
showsshkey 473