DGS-6604 m show ssh
CLI Reference Guide
762
show ssh
Use this command to display the status of Secure Shell (SSH) server
connections.
show ssh
Syntax None
Default None
Command Mode User EXEC or any configuration mode
Usage Guideline Use the show ssh command to display the status of the SSH connections on the
switch. This command does not display any SSH configuration data; use the
show ip ssh command to display SSH configuration information such as
timeouts and retries.
Example This example shows how to display SSH connections information.
Display Field
Descriptions
Description of significant display fields.
Switch# show ssh
SID Ver. Cipher Userid Host
---------------------------------------------------------------------------
0 V2 aes256-cbc/hmac-sha1 admin 126.100.51.22
Switch#
Display Field Description
SID A unique number that identifies the SSH session.
Ver Indicates the SSH version of this session.
Cipher The crypto / Hashed Message Authentication Code (HMAC) algorithm
that the SSH client is using.
Userid The login username that has been authenticated for the session.
Host The IP address of the system running an SSH client.