show ip ssh

Last Updated : Nov 19, 2024 |

Displays general SSH information and about active connections that are using SSH. Also displays the OpenSSH version in use by the gateway.

SSH sessions through Avaya SBC tunnel will display a local IP address of 127.0.0.1.

Syntax

show ip ssh

User level

admin

Context

general

Example

# show ip ssh

SSH Engine: Enable
Max Sessions: 4
Public Key Authentication: Enabled
Key Type: RSA, 2048 bit
Listen Port: 22
Ciphers List: aes256-ctr,aes128-ctr,aes256-cbc,aes128-cbc
SSH Version: OpenSSH_7.2p2, wolfSSL 5.6.3

Session-Id  Version  Encryption     User          IP:Port
----------  -------  ----------     ----          ----------------
     0         2     aes256-ctr     root        192.168.1.50:50574

Output fields

Name

Description

Max Sessions

The maximum number of concurrent sessions.

Key type

The type of SSH key (always RSA) and the key length.

Listen Port

The SSH server listening port (always 22).

Ciphers List

List of supported ciphers.

Session

Session ID of each active session.

Version

The version of the SSH protocol used by the session.

Encryption

The encryption method used by the session.

Username

The name of the user that initiated the session.

IP/Port

The IP address and port number of the client.