DES-3000 Series Layer 2 Switch CLI Reference Manual
217
show ssh authmode
Purpose Used to show user authentication method.
Syntax
show ssh authmode
Description
The show ssh authmode command displays the user authentication
method.
Parameters None.
Restrictions None.
Example usage
To show the SSH user authentication method:
DES-3026:4# show ssh authmode
Command: show ssh authmode
The SSH Authmode
Password : Enabled
Publickey : Enabled
Hostbased : Enabled
DES-3026:4#
config ssh user
Purpose Used to update user information for ssh configuration.
Syntax
config ssh user <username 15> authmode [publickey |password
|hostbased [hostname <domain_name 32> |hostname_ip
<domain_name 32> <ipaddr>]]
Description
The config ssh user command update the ssh user information.
Parameters
<username> 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 IP address.
<domain_name> Specifies the host name if configuration is in host-based
mode.
<ipaddr> Specifies host IP address if configuring host-based mode.
Restrictions Only Administrator-level users can issue this command.
Note: The user account must be created.