beautypg.com

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

Page 1414

background image

Secure Shell (SSH) Commands

Software Reference for x310 Series Switches

54.32

AlliedWare Plus

TM

Operating System - Version 5.4.4C

C613-50046-01 REV A

Examples

To configure the session timer of SSH server to 10 minutes (600 seconds), use the
commands:

To configure the login timeout of SSH server to 30 seconds, use the commands:

To limit the number of SSH client connections waiting authentication from SSH server to 3,
use the commands:

To set max-startups parameters of SSH server to the default configuration, use the
commands:

To support the Secure Shell server with TCP port 2200, use the commands:

To force the Secure Shell server to support SSHv2 only, use the commands:

To support both SSHv2 and SSHv1, use the commands:

Related Commands

show ssh server
ssh client

awplus#

configure terminal

awplus(config)#

ssh server login-timeout 600

awplus#

configure terminal

awplus(config)#

ssh server login-timeout 30

awplus#

configure terminal

awplus(config)#

ssh server max-startups

awplus#

configure terminal

awplus(config)#

no ssh server max-startups

awplus#

configure terminal

awplus(config)#

ssh server 2200

awplus#

configure terminal

awplus(config)#

ssh server v2only

awplus#

configure terminal

awplus(config)#

ssh server v1v2