Specifications

DGS-3048 Layer 2 Switch CLI Reference Manual
145
show ssh server
Purpose Used to display the SSH server setting.
Syntax
show ssh server
Description This command allows you to display the current SSH server setting.
Parameters None.
Restrictions None.
Usage Example:
To display the SSH server:
DGS3048# show ssh server
Command: show ssh server
SSH Server Status : Disabled
SSH Max Session : 1
Connection timeout : 600 (sec)
Authenticate failed attempts : 3
Listened Port Number : 22
DGS3048#
config ssh crypto
Purpose Used to specify SSH public key is manually configured.
Syntax
config ssh crypto <username 1- 48> [ rsa | dsa ]
Description This command allow you to specify SSH public key by manually
configured. The key string needs to be in UU-encoded DER fomat.
UU-encoded format is the same format in authorized_keys file used
by OpenSSH.
Parameters <user name 1-48> - Specifies the username of remote SSH client.
rsa – Indicated RSA key pair.
dsa – Indicated DSA key pair.
Restrictions Only administrator-level users can issue this command.
Usage Example:
To specify SSH public key for Bob use.:
DGS3048# config ssh crypto bob
Command: config ssh crypto bob
rsa RSA key
dsa DSA(DSS) key
DGS3048#