500
ssh2 algorithm key-exchange
ssh2 algorithm mac
ssh2 algorithm public-key
ssh2 algorithm cipher
Use
ssh2 algorithm cipher
to specify encryption algorithms for SSH2.
Use
undo
ssh2 algorithm cipher
to restore the default.
Syntax
In non-FIPS mode:
ssh2 algorithm cipher
{
3des-cbc
|
aes128-cbc
|
aes128-ctr
|
aes128-gcm
|
aes192-ctr
|
aes256-cbc
|
aes256-ctr
|
aes256-gcm
|
des-cbc
}
*
undo ssh2 algorithm cipher
In FIPS mode:
ssh2 algorithm cipher
{
aes128-cbc
|
aes128-ctr
|
aes128-gcm
|
aes192-ctr
|
aes256-cbc
|
aes256-ctr
|
aes256-gcm
}
*
undo ssh2 algorithm cipher
Default
SSH2 uses the encryption algorithms
aes128-ctr
,
aes192-ctr
,
aes256-ctr
,
aes128-gcm
,
aes256-gcm
,
aes128-cbc
,
3des-cbc
,
aes256-cbc
, and
des-cbc
in descending order of priority for
algorithm negotiation.
Views
System view
Predefined user roles
network-admin
mdc-admin
Parameters
3des-cbc
: Specifies the encryption algorithm
3des-cbc
.
aes128-cbc
: Specifies the encryption algorithm
aes128-cbc
.
aes128-ctr
: Specifies the encryption algorithm
aes128-ctr
.
aes128-gcm
: Specifies the encryption algorithm
aes128-gcm
.
aes192-ctr
: Specifies the encryption algorithm
aes192-ctr
.
aes256-cbc
: Specifies the encryption algorithm
aes256-cbc
.
aes256-ctr
: Specifies the encryption algorithm
aes256-ctr
.
aes256-gcm
: Specifies the encryption algorithm
aes256-gcm
.
des-cbc
: Specifies the encryption algorithm
des-cbc
.
Usage guidelines
If you specify the encryption algorithms, SSH2 uses only the specified algorithms for algorithm
negotiation. The algorithm specified earlier has a higher priority during negotiation.
Examples
# Specify the algorithm
aes256-cbc
as the encryption algorithm for SSH2.
Содержание FlexNetwork 7500 Series
Страница 350: ...335 Related commands display port security port security enable ...
Страница 379: ...364 Sysname system view Sysname keychain abc mode absolute Sysname keychain abc tcp kind 252 ...
Страница 519: ...504 Related commands display ssh2 algorithm ssh2 algorithm cipher ssh2 algorithm key exchange ssh2 algorithm mac ...