D-Link DGS-3100 Switch User Manual


 
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual
17
3
Authenticate failed attempts : 3
Listened Port Number : 22
DGS3100#
show ssh algorithm
Purpose To display the SSH algorithm setting.
Syntax
show ssh algorithm
Description The show ssh algorithm command displays the current SSH
algorithm setting status.
Parameters None.
Restrictions None.
Example usage:
To display SSH algorithms cuurently set on the Switch:
DGS3100# show ssh algorithm
Encryption Algorithm
----------------------------------
3des-cbc
AES128
AES192
AES256
RC4
Data Integrity Algorithm
----------------------------------
MD5
SHA1
Public Key Algorithm
---------------------------------
RSA
DSA
DGS3100#
config ssh crypto
Purpose To specify which SSH public key is manually configured.
Syntax
config ssh crypto <username 1-48> [ rsa | dsa ] <sequences>
Description The config ssh crypto command specifies which SSH public key is
manually configured. The key string needs to be in UU-encoded
DER fomat. UU-encoded format is the same format in the
authorized_keys file used by OpenSSH.