D-Link DGS-3100 Switch User Manual


 
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual
17
4
Parameters
<username 1-48> – The username of the remote SSH client.
rsa – Indicates the RSA key pair is manually configured.
dsa – Indicates the DSA key pair is manually configured.
<sequences> – Specifies User’s public key that Identifiers the user
upon login.
Restrictions Only administrator or operator-level users can issue this command.
Example usage:
To specify the SSH public key for the remote SSH client bob:
DGS3100# config ssh crypto bob rsa
Please input the public key:
AAAAB3NzaC1yc2EAAAABJQAAAEEAhtXYN0V9WMF4972irwSdLFbz6lnm+
GdpMScn
+PXv1JrRPJk4k9svJRmj5mblYEfuM9NMVZ7fvgVoKYQQwTuAlQ==
Fingerprint: c4:30:5d:da:3f:b8:dc:70:75:7d:64:9f:a9:54:7c:c1
DGS3100#
DGS3100#
show ssh crypto
Purpose To display the SSH public key stored on the device.
Syntax
show ssh crypto
Description The show ssh crypto command displays the SSH public key stored
on the device.
Parameters None
Restrictions Only Administrator or operator-level users can issue this command.
Example usage:
To display the SSH public key on the device:
DGS3100# show ssh crypto
Username Fingerprint
-------------- ------------------------------------------------------------
bob c4:30:5d:da:3f:b8:dc:70:75:7d:64:9f:a9:54:7c:c1
DGS3100#