![Huawei Quidway S5600 Operation Manual Download Page 869](http://html.mh-extra.com/html/huawei/quidway-s5600/quidway-s5600_operation-manual_169841869.webp)
Operation Manual - SSH Terminal Services
Quidway S5600 Series Ethernet Switches-Release 1510
Chapter 1 SSH Terminal Services
Huawei Technologies Proprietary
1-15
[Quidway-rsa-public-key] peer-public-key end
[Quidway] ssh client 10.165.87.136 assign rsa-key public
3)
Start SSH client.
Settings for the two authentication types are described respectively in the following:
z
Use the password authentication and start the client using the default encryption
algorithm.
[Quidway] ssh2 10.165.87.136
username: client003
Trying 10.165.87.136
Press CTRL+K to abort
Connected to 10.165.87.136...
The Server is not autherncated.Do you continue access it?(Y/N):y
Do you want to save the server's public key?(Y/N):y
Enter password:
*********************************************************
* All rights reserved (1997-2005) *
* Without the owner's prior written consent, *
*no decompiling or reverse-engineering shall be allowed.*
*********************************************************
<Quidway>
z
Start the client and use the RSA public key authentication according to the
encryption algorithm defined.
[Quidway] ssh2 10.165.87.136 22 perfer_kex dh_group1 perfer_ctos_cipher des
perfer_ctos_hmac md5 perfer_stoc_hmac md5
username: client003
Trying 10.165.87.136...
Press CTRL+K to abort
Connected to 10.165.87.136...
The Server is not autherncated.Do you continue access it?(Y/N):y
Do you want to save the server's public key?(Y/N):y
*********************************************************
* All rights reserved (1997-2005) *
* Without the owner's prior written consent, *
*no decompiling or reverse-engineering shall be allowed.*
*********************************************************
<Quidway>