D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
613
Example usage:
To show user authentication method:
DGS-3627:admin# show ssh authmode
Command: show ssh authmode
The SSH authmode
Password : Enabled
Publickey : Enabled
Hostbased : Enabled
DGS-3627:admin#
config ssh user
Purpose Used to update user information for ssh configuration.
Syntax
config ssh user <username 15> authmode [hostbased [hostname <domain_name 32> |
hostname_IP <domain_name 32> <ipaddr>] | password | publickey]
Description The config ssh user command update the ssh user information.
Parameters
username - Specifies the User name.
publickey - Specifies user authentication method.
password - Specifies user authentication method.
hostbased - Specifies user authentication method.
hostname - Specifies host domain name.
hostname_ip - Specifies host domain name and ipaddress.
domain_name - Specifies host name if configuration hostbased mode.
ipaddr - Specifies host ip address if configuring hostbased mode.
Restrictions Only Administrator level users can issue this command.
Example usage:
To update user “test” authmode:
DGS-3627:admin# config ssh user test publickey
Command: config ssh user test publickey
Success.
DGS-3627:admin#
show ssh user authmode
Purpose Used to show ssh user information.
Syntax
show ssh user authmode
Description The show ssh user command show the ssh user information.
Parameters None.
Restrictions Only Administrator level users can issue this command.
Example usage:
To show user information about ssh configuration: