3Com Switch 8800 Advanced Software V5 Configuration Guide

956 CHAPTER 72: CONFIGURING SSH VERSION 2.0
and specify the name of the host public key of the server to be connected, so
that the client can authenticate the server to be connected.
In addition, you can configure the client to access the SSH server using a specified
IP address or port address.
Configure the SSH client that supports first authentication
Follow these steps to configure the SSH client that supports first authentication.
Configure the SSH client that supports first authentication
Follow these steps to configure the SSH client that does not support first
authentication.
To do... Use the command... Remarks
Enter system view system-view -
Configure the SSH client to perform first
authentication to the accessed SSH server
ssh client first-time Optional
By default, first
authentication is
performed on the
client.
Specify an source IP
address or source
interface for the
SSH client
Specify an source
IPv4 address or
source interface for
the SSH client
ssh client source { ip
ip-address | interface
interface-type
interface-number }
Optional
By default, the client
accesses the SSH server
using the interface
address specified by
the device route.
Specify an source
IPv6 address or
source interface for
the SSH client
ssh client ipv6 source
{ ipv6 ipv6-address |
interface interface-type
interface-number }
Establish a
connection between
the SSH client and
server, and specify
the preferred key
exchange algorithm,
preferred encryption
algorithm, and
preferred HMAC
algorithm for the
client and server
Establish a
connection between
the SSH client and
IPv4 server, and
specify the preferred
key exchange
algorithm, preferred
encryption
algorithm, and
preferred HMAC
algorithm for the
client and server
ssh2 { host-ip |
host-name } [
port-number ] [
prefer_ctos_cipher {
3des | aes128 | des } |
prefer_ctos_hmac {
md5 | md5_96 | sha1 |
sha1_96 } | prefer_kex
{ dh_exchange_group
| dh_group1 } |
prefer_stoc_cipher {
3des | aes128 | des } |
prefer_stoc_hmac {
md5 | md5_96 | sha1 |
sha1_96 } ] *
Use one command
Establish a
connection between
the SSH client and
IPv6 server, and
specify the preferred
key exchange
algorithm, preferred
encryption
algorithm, and
preferred HMAC
algorithm for the
client and server
ssh2 ipv6 {
ipv6-address |
host-name } [
port-number ] [
prefer_ctos_cipher {
3des | aes128 | des } |
prefer_ctos_hmac {
md5 | md5_96 | sha1 |
sha1_96 } | prefer_kex
{ dh_exchange_group
| dh_group1 } |
prefer_stoc_cipher {
3des | aes128 | des } |
prefer_stoc_hmac {
md5 | md5_96 | sha1 |
sha1_96 } ] *