3Com 4500 26-PORT Switch User Manual


 
434 CHAPTER 12: USING SYSTEM MANAGEMENT COMMANDS
md5_96: HMAC algorithm hmac-md5-96.
Description
Use the ssh2 command to enable the connection between the SSH client and the
server, and specify the preferred key exchange algorithm, encryption algorithm
and HMAC algorithm of the client and the server.
Example
To log in to the remote SSH2 server with the IP address 10.214.50.51, and
configure encryption algorithms as follows:
Preferred key exchange algorithm: dh_exchange_group
Preferred encryption algorithm from the client to the server: 3DES-CBC
Preferred HMAC algorithm from the client to the server: HMAC-MD5
Preferred encryption algorithm from the server to the client: AES-128
Preferred HMAC algorithm from the server to the client: HMAC-SHA1-96
[SW4500]ssh2 10.214.50.51 prefer_kex dh_exchange_group
prefer_ctos_cipher 3des prefer_ctos_hmac md5