1-49AA6651C 6066EF76 242DEAD1 DEFEA162 61677BD41A7BFAE7 668EDAA9 FB048C37 A0F1354D 5798C2022253F4F50203010001display rsa peer-public-keySyntaxdisplay rsa peer-public-key [ brief | name keyname ]ViewAny viewParametersbrief: Displays brief information about the public keys of all SSH peers.keyname: Specifies a key by its name, which is a string of 1 to 64 characters.DescriptionUse the display rsa peer-public-key command to display information about the locally saved publickeys of all SSH peers. If no key name is specified, the command displays detailed information about thelocally saved public keys of all SSH peers.The display rsa peer-public-key command on the SSH server displays the locally saved public keysof the SSH clients while the command on the SSH client displays the locally saved key of the SSHservers.Sometimes the public key modulus displayed with the display rsa peer-public-key command is one bitsmaller than the actual modulus. This is because the actually generated key pair is one bit smaller thanspecified. For example, when you specify a 1024-bit key pair, the actually generated key pair may have1024 or 1023 bits.Examples# Display brief information about all peer public keys. display rsa peer-public-key briefType Module Name---------------------------RSA 1023 2RSA 1024 a# Display the information about public key “abcd”. display rsa peer-public-key name abcd