Specifications

DGS-3024 Layer 2 Switch CLI Reference Manual
config ssh server
known” port for the SSH management software is 22.
Restrictions Only administrator-level users can issue this command.
Usage Example:
To configure the SSH server:
DGS-3024:4# config ssh server maxsession 2 timeout 300 authfail 2
Command: config ssh server maxsession 2 timeout 300 authfail 2
Success.
DGS-3024:4#
show ssh server
Purpose Used to display the SSH server setting.
Syntax
show ssh server
Description This command allows users to display the current SSH server
setting.
Parameters None.
Restrictions None.
Usage example:
To display the SSH server:
DGS-3024:4# show ssh server
Command: show ssh server
SSH Server Status : Disabled
SSH Max Session : 3
Connection timeout : 120 (sec)
Authenticate failed attempts : 2
Rekey timeout : Never
Listened Port Number : 22
DGS-3024:4#
config ssh user
Purpose Used to configure the SSH user.
Syntax
config ssh user <username 15> authmode {hostbased [hostname
<string 32> | hostname_IP <string 32> <ipaddr>} | password |
publickey]
This command allows users to configure the SSH user authentication
method.
<username 15> - Enter a username of no more than 15 characters to
identify the SSH user.
authmode – Specifies the authentication mode of the SSH user wishing
to log on to the Switch. The administrator may choose between:
Description
Parameters
153