C613-50057-01 REV A
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
1273
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
S
ECURE
S
HELL
(SSH) C
OMMANDS
SSH
SERVER
Examples
To configure the session timer of SSH server to 10 minutes (600 seconds), use the
commands:
awplus#
configure terminal
awplus(config)#
ssh server login-timeout 600
To configure the login timeout of SSH server to 30 seconds, use the commands:
awplus#
configure terminal
awplus(config)#
ssh server login-timeout 30
To limit the number of SSH client connections waiting authentication from SSH
server to 3, use the commands:
awplus#
configure terminal
awplus(config)#
ssh server max-startups
To set max-startups parameters of SSH server to the default configuration, use the
commands:
awplus#
configure terminal
awplus(config)#
no ssh server max-startups
To support the Secure Shell server with TCP port 2200, use the commands:
awplus#
configure terminal
awplus(config)#
ssh server 2200
To force the Secure Shell server to support SSHv2 only, use the commands:
awplus#
configure terminal
awplus(config)#
ssh server v2only
To support both SSHv2 and SSHv1, use the commands:
awplus#
configure terminal
awplus(config)#
ssh server v1v2
Related
Commands
show ssh server
ssh client