C613-50057-01 REV A
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
1259
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
S
ECURE
S
HELL
(SSH) C
OMMANDS
SHOW
RUNNING
-
CONFIG
SSH
show running-config ssh
Overview
This command displays the current running configuration of Secure Shell (SSH).
Syntax
show running-config ssh
Mode
Privileged Exec and Global Configuration
Example
To display the current configuration of SSH, use the command:
awplus#
show running-config ssh
Output
Figure 33-5:
Example output from the
show running-config ssh
command
!
ssh server session-timeout 600
ssh server login-timeout 30
ssh server allow-users manager 192.168.1.*
ssh server allow-users john
ssh server deny-user john*.a-company.com
ssh server
Table 33-5: Parameters in the output of the
show running-config ssh
command
Parameter
Description
ssh server
SSH server is enabled.
ssh server v2
SSH server is enabled and only support SSHv2.
ssh server<port>
SSH server is enabled and listening on the
specified TCP port.
no ssh server scp
SCP service is disabled.
no ssh server sftp
SFTP service is disabled.
ssh server
session-timeout
Configure the server session timeout.
ssh server login-timeout
Configure the server login timeout.
ssh server max-startups
Configure the maximum number of concurrent
sessions waiting authentication.
no ssh server
authentication password
Password authentication is disabled.
no ssh server
authentication publickey
Public key authentication is disabled.