DES-1210-52/ME L2 Metro Ethernet Switch CLI Reference Guide
355
To specify which SSH public key is manually configured.
config ssh user <string 15> authmode [hostbased hostname
<domain_name 32> hostname_IP <ip_addr> | password |
publickey]
The config ssh crypto command specifies which SSH public key is
manually configured.
<string 15> – Specifies the name of SSH user.
hostabsed hostname <domain_name 32> – The username of the
remote SSH client.
hostname_IP <ip_addr> – The IP adderss of the remote SSH client.
[hostabsed | password | publickey] – Specifies which configuration
will be set on a SSH server for authentication.
Only administrator-level users can issue this command.
Example usage:
To configure the SSH user:
DES-1210-52/ME:5# config ssh user dlink authmode publickey
Command: config ssh user dlink authmode publickey
Success.
DES-1210-52/ME:5#
To display the SSH public key stored on the device.
The show ssh user authmode command displays the SSH user
stored on the device.
Only administrator-level users can issue this command.
Example usage:
To display the SSH public key on the device:
DES-1210-52/ME:5# show ssh user authmode
Command: show ssh user authmode
Account is empty!
Total Entries: 0
Success.
DES-1210-52/ME:5#