Ssh2 Algorithm Cipher - HP FlexNetwork 7500 Series Command Reference Manual

Hide thumbs Also See for FlexNetwork 7500 Series:
Table of Contents

Advertisement

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.
500

Advertisement

Table of Contents
loading

Table of Contents