H3C S7500 Series Ethernet Switches Release 3135 DHCP Configuration Examples

SSH Configuration Examples
H3C S7500 Series Ethernet Switches Release 3135 Chapter 3 SSH Configuration Examples
3-1
Chapter 3 SSH Configuration Examples
Note:
The S7500 software version in this configuration example is Release 3135.
3.1 SSH Configuration Examples
3.1.1 When the Switch Acts as the SSH Server and the Authentication
Type is Password
I. Network requirements
As shown in Figure 3-1, establish an SSH connection between the host (SSH Client)
and the switch (SSH Server) for secure data exchange. The host runs SSH2.0 client
software. Password authentication is required.
II. Network diagram
Figure 3-1 Network diagram of SSH server configuration using password
authentication
III. Configuration procedure
1) Configure the SSH server
# Create a VLAN interface on the switch and assign an IP address, which the SSH
client will use to connect with the SSH server.
<H3C> system-view
[H3C] interface vlan-interface 1
[H3C-Vlan-interface1] ip address 192.168.0.1 255.255.255.0
[H3C-Vlan-interface1] quit
# Generate an RSA key pair.
[H3C] rsa local-key-pair create
The key name will be: H3C_Host