1264
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
C613-50057-01 REV A
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
S
ECURE
S
HELL
(SSH) C
OMMANDS
SHOW
SSH
SERVER
show ssh server
Overview
This command displays the current configuration of the Secure Shell server.
Note that changes to the SSH configuration affects only new SSH sessions coming
from remote hosts, and does not affect existing sessions.
Syntax
show ssh server
Mode
User Exec, Privileged Exec and Global Configuration
Example
To display the current configuration of the Secure Shell server, use the command:
awplus#
show ssh server
Output
Figure 33-8:
Example output from the
show ssh server
command
Secure Shell Server Configuration
----------------------------------------------------------------
SSH Server : Enabled
Port : 22
Version : 2
Services : scp, sftp
User Authentication : publickey, password
Idle Timeout : 60 seconds
Maximum Startups : 10
Debug : NONE
Table 33-8: Parameters in the output of the
show ssh server
command
Parameter
Description
SSH Server
Whether the Secure Shell server is enabled or disabled.
Port
TCP port where the Secure Shell server listens for
connections. The default is port 22.
Version
SSH server version; either “1”, “2” or “2,1”.
Services
List of the available Secure Shell service; one or more of
SHELL, SCP or SFTP.
Authentication
List of available authentication methods.
Login Timeout
Time (in seconds) that the SSH server will wait the SSH
session to establish. If the value is 0, the client login will be
terminated when TCP timeout reaches.
Idle Timeout
Time (in seconds) that the SSH server will wait to receive data
from the SSH client. The server disconnects if this timer limit
is reached. If set at 0, the idle timer remains off.