Specifying public key algorithms for SSH2

Step

Command

Remarks

1. Enter system view.

system-view

N/A

2. Specify public key algorithms for SSH2.

  • In non-FIPS mode:ssh2 algorithm public-key { ecdsa | dsa | rsa } *

  • In FIPS mode:ssh2 algorithm public-key { ecdsa | rsa } *

  • In non-FIPS mode:
    By default, SSH2 uses the public key algorithms ecdsa, dsa, and rsa in descending order of priority for algorithm negotiation.

  • In FIPS mode:
    By default, SSH2 uses the public key algorithms ecdsa and rsa in descending order of priority for algorithm negotiation.