639
<Sysname> ssh2 ipv6 2000::1 prefer-kex dh-group14-sha1 prefer-stoc-cipher aes128-cbc
prefer-ctos-hmac sha1 prefer-stoc-hmac sha1-96 prefer-compress zlib public-key svkey
escape $
SSH2 commands
display ssh2 algorithm
Use
display ssh2 algorithm
to display algorithms used by SSH2 in the algorithm negotiation stage.
Syntax
display ssh2 algorithm
Views
Any view
Predefined user roles
network-admin
network-operator
Examples
# Display algorithms used by SSH2 in the algorithm negotiation stage.
<Sysname> display ssh2 algorithm
Key exchange algorithms: dh-group-exchange-sha1 dh-group14-sha1 dh-group1-sha1
Public key algorithms: dsa rsa ecdsa
Encryption algorithms: aes128-cbc 3des-cbc des-cbc aes256-cbc
MAC algorithms: sha1 md5 md5-96 sha1-96
Table 87 Command output
Field
Description
Key exchange algorithms
Key exchange algorithms in descending order of priority for algorithm
negotiation.
Public key algorithms
Public key algorithms in descending order of priority for algorithm
negotiation.
Encryption algorithms
Encryption algorithms in descending order of priority for algorithm
negotiation.
MAC algorithms
MAC algorithms in descending order of priority for algorithm negotiation.
Related commands
ssh2 algorithm cipher
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.