3Com Switch 8800 Family Configuration Guide

SSH Terminal Service 777
By default, the server is compatible with the SSH 1.x client.
SSH Client Configuration The following sections describe the SSH client configuration tasks.
Set to perform the first-time authentication on the SSH server to be accessed
Specifying the public key of the server
Configuring the first-time authentication of the server
Starting the SSH client
Use this configuration task to enable the SSH client, establish the connection with
the server, and carry out interactive session.
Perform the following configuration in system view.
Specifying the public key of the server
Use this configuration task to allocate an existing public key to the client.
Perform the following configuration in system view.
Configuring the first-time authentication of the server
Use this configuration task to configure or cancel the first-time authentication of
the server performed by the SSH client.
The first-time authentication means that when the SSH client accesses the server
for the first time in the case that there is no local copy of the server’s public key,
the user can choose to proceed to access the server and save a local copy of the
server’s public key; when the client accesses the server next time, it uses the saved
public key to authenticate the server.
Tab le 725 Configure the compatibility mode
Operation Command
Set the server to be compatible with the SSH
1.x client
ssh server compatible_ssh1x enable
Set the server to be incompatible with the SSH
1.x client
undo ssh server compatible_ssh1x
Tab le 726 Start the SSH client
Operation Command
Start the SSH client
ssh2 { host-ip | host-name } [ port-num ] [ prefer_kex { dh_group1
| dh_exchange_group } ] [ prefer_ctos_cipher { des | 3des |
aes128 } ] [ prefer_stoc_cipher { des | 3des | aes128 } ] [
prefer_ctos_hmac { sha1 | sha1_96 | md5 | md5_96 } ] [
prefer_stoc_hmac { sha1 | sha1_96 | md5 | md5_96 } ]
Tab le 727 Specify the public key of the server
Operation Command
Specify the public key of the server ssh client server-ip assign rsa-key keyname
Cancel the corresponding relationship
between the server and the public key
undo ssh client server-ip assign rsa-key