Specifications

DGS-3048 Layer 2 Switch CLI Reference Manual
144
DGS3048#
show ssh authmode
Purpose Used to display the SSH authentication mode setting.
Syntax
show ssh authmode
Description This command will allow you to display the current SSH
authentication set on the Switch.
Parameters None.
Restrictions None.
Example usage:
To view the current authentication mode set on the Switch:
DGS3048#show ssh authmode
Command: show ssh authmode
The SSH User Authentication Support
-------------------------------------------------
Publickey : Enabled
DGS3048#
config ssh server
Purpose Used to configure the SSH server.
Syntax
config ssh server { timeout <sec 120-600> | port
<tcp_port_number 1-65535> }
Description This command allows you to configure the SSH server.
Parameters timeout <sec 120-600> - Allows the user to set the connection
timeout. The user may set a time between 120 and 600 seconds.
The default is 120 seconds.
port <tcp_port_number 1-65535> - The TCP port number of the
server. TCP ports are numbered between 1 and 65535. The “well-
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:
DGS3048# config ssh server timeout 300
Command: config ssh server timeout 300
Success.
DGS3048#