![Huawei Quidway S5600 Operation Manual Download Page 864](http://html.mh-extra.com/html/huawei/quidway-s5600/quidway-s5600_operation-manual_169841864.webp)
Operation Manual - SSH Terminal Services
Quidway S5600 Series Ethernet Switches-Release 1510
Chapter 1 SSH Terminal Services
Huawei Technologies Proprietary
1-10
Table 1-8
Specify source IP address for sending traffic packets
Operation
Command
Description
Enter system view
system-view
—
Specify source IP address
for SSH Server.
ssh-server source-ip ip-address
Optional
Specify source interface
for SSH server
ssh-server source-interface
interface-type interface-number
Optional
1.1.3 SSH Client Configuration
I. Configuring SSH client
z
Create the connection between SSH client and server.
z
Allocate a public key to the server.
z
Configure the client to run the initial authentication.
The following table describes SSH configuration tasks.
Table 1-9
Configure SSH client
Operation
Command
Description
Enter system view
system-view
—
Create the
connection
between SSH client
and server
ssh2
{
host-ip | host-name
}
[
port
] [
prefer_kex
{
dh_group1
|
dh_exchange_group
} ]
[
prefer_ctos_cipher
{
des
|
aes128
} ] [
prefer_stoc_cipher
{
des
|
aes128
} ]
[
prefer_ctos_hmac
{
sha1
|
sha1_96
|
md5
|
md5_96
} ]
[
prefer_stoc_hmac
{
sha1
|
sha1_96
|
md5
|
md5_96
} ]
Required
You can use this
command to enable the
connection between SSH
client and server, define
key exchange algorithm
preference, encryption
algorithm preference and
HMAC algorithm
preference between the
server and client.
Allocate a public
key to the server
ssh client server-ip
assign
rsa-key
keyname
Required
You can specify on the
client the public key for
the server to be
connected to guarantee
the client can be
connected to a reliable
server.
Configure the client
to run the initial
authentication
ssh client first-time enable
Optional
By default, the client runs
the initial authentication.