User Manual

xStackĀ® DGS-3420 Series Layer 2 Managed Stackable Gigabit Switch CLI Reference Guide
769
Chapter 80
SSH Commands
{maxsession <int 1-8> | contimeout <sec 120-600> | authfail <int 2-20> | rekey
80-1 config ssh algorithm
Description
This command is used to configure the SSH service algorithm.
Format
config ssh algorithm [3DES | AES128 | AES192 | AES256 | arcfour | blowfish | cast128 |
twofish128 | twofish192 | twofish256 | MD5 | SHA1 | RSA | DSA] [enable | disable]
Parameters
3DES - Specify an SSH server encryption algorithm.
blowfish - Specify an SSH server encryption algorithm.
AES(128,192,256) - Specify an SSH server encryption algorithm.
arcfour - Specify an SSH server encryption algorithm.
cast128 - Specify an SSH server encryption algorithm.
twofish (128,192,256) - Specify an SSH server encryption algorithm.
MD5 - Specify an SSH server data integrality algorithm.
SHA1 - Specify an SSH server data integrality algorithm.
DSA - Specify an SSH server public key algorithm.
RSA
- Specify an SSH server public key algorithm.
enable - Specify to enable the algorithm.
disable - Specify to disable the algorithm.
Restrictions
Only Administrator, Operator and Power-User level users can issue this command.
Example
To enable an SSH server public key algorithm:
DGS-3420-28SC:admin#config ssh algorithm DSA enable