Specifying Key Exchange Algorithms For Ssh2; Specifying Public Key Algorithms For Ssh2 - HPE FlexNetwork 7500 Series Security Configuration Manual

Table of Contents

Advertisement

Key exchange algorithms.
Public key algorithms.
Encryption algorithms.
MAC algorithms.
If you specify algorithms, SSH2 uses only the specified algorithms for algorithm negotiation. The
client uses the specified algorithms to initiate the negotiation, and the server uses the matching
algorithms to negotiate with the client.
If multiple algorithms of the same type are specified, the algorithm specified earlier has a higher
priority during negotiation. The specified SSH2 algorithms do not affect SSH1 sessions.

Specifying key exchange algorithms for SSH2

Step
1.
Enter system view.
2.
Specify key exchange
algorithms for SSH2.

Specifying public key algorithms for SSH2

Step
1.
Enter system view.
2.
Specify public key algorithms
for SSH2.
Command
system-view
In non-FIPS mode:
ssh2 algorithm
key-exchange
{ dh-group-exchange-sha1
| dh-group1-sha1 |
dh-group14-sha1 |
ecdh-sha2-nistp256 |
ecdh-sha2-nistp384 } *
In FIPS mode:
ssh2 algorithm
key-exchange
{ dh-group14-sha1 |
ecdh-sha2-nistp256 |
ecdh-sha2-nistp384 } *
Command
system-view
In non-FIPS mode:
ssh2 algorithm public-key
{ dsa |
ecdsa-sha2-nistp256 |
ecdsa-sha2-nistp384 | rsa |
x509v3-ecdsa-sha2-nistp2
56 |
x509v3-ecdsa-sha2-nistp3
84 } *
In FIPS mode:
ssh2 algorithm public-key
{ ecdsa-sha2-nistp256 |
ecdsa-sha2-nistp384 | rsa |
x509v3-ecdsa-sha2-nistp2
56 |
x509v3-ecdsa-sha2-nistp3
84 } *
329
Remarks
N/A
In non-FIPS mode:
By default, SSH2 uses the
key exchange algorithms
ecdh-sha2-nistp256,
ecdh-sha2-nistp384,
dh-group-exchange-sha1,
dh-group14-sha1, and
dh-group1-sha1 in
descending order of priority
for algorithm negotiation.
In FIPS mode:
By default, SSH2 uses the
key exchange algorithms
ecdh-sha2-nistp256,
ecdh-sha2-nistp384, and
dh-group14-sha1 for
algorithm negotiation.
Remarks
N/A
In non-FIPS mode:
By default, SSH2 uses the
public key algorithms
x509v3-ecdsa-sha2-nistp2
56,
x509v3-ecdsa-sha2-nistp3
84, ecdsa-sha2-nistp256,
ecdsa-sha2-nistp384, rsa,
and dsa in descending order
of priority for algorithm
negotiation.
In FIPS mode:
By default, SSH2 uses the
public key algorithms
x509v3-ecdsa-sha2-nistp2
56,
x509v3-ecdsa-sha2-nistp3
84, ecdsa-sha2-nistp256,

Advertisement

Table of Contents
loading

Table of Contents