beautypg.com

Show ssh server – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual

Page 1406

background image

Secure Shell (SSH) Commands

Software Reference for x310 Series Switches

54.24

AlliedWare Plus

TM

Operating System - Version 5.4.4C

C613-50046-01 REV A

show ssh server

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:

Output

Figure 54-8: Example output from the show ssh server command

Related Commands

show ssh
show ssh client

awplus#

show ssh server

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 54-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.

Maximum Startups

The maximum number of concurrent connections that are
waiting authentication. The default is 10.

Debug

Whether debugging is active on the server.