Specifications

DGS-3048 Layer 2 Switch CLI Reference Manual
143
disable ssh
Purpose Used to disable SSH.
Syntax
disable ssh
Description This command allows you to disable SSH on the Switch.
Parameters None.
Restrictions Only administrator-level users can issue this command.
Usage Example:
To disable SSH:
DGS3048# disable ssh
Command: disable ssh
Success.
DGS3048#
config ssh authmode
Purpose Used to configure the SSH authentication mode setting.
Syntax
config ssh authmode publickey [enable | disable]
Description This command will allow you to configure the SSH authentication
mode for users attempting to access the Switch.
Parameters publickey - This parameter may be chosen if the administrator
wishes to use a publickey configuration set on a SSH server, for
authentication.
[enable | disable] - This allows you to enable or disable SSH
authentication on the Switch.
Restrictions Only administrator-level users can issue this command.
Example usage:
To enable the SSH authentication mode by password:
DGS3048#config ssh authmode public enable
Command: config ssh authmode public enable
Success.