Operation Manual – SSH Terminal ServiceH3C S3600 Series Ethernet Switches-Release 1510 Chapter 1 SSH Terminal Service1-251.1.7 SSH Client Configuration ExampleI. Network requirementsAs shown in Figure 1-13:z Switch A serves as an SSH client, with a user name of client001.z Switch B serves as an SSH server, with an IP address of 10.165.87.136.II. Network diagramSSH ServerSwitchBVlan-interface110.165.87.136/24Vlan-interface10.165.87.137/ SSH ClientSwitchA124Figure 1-13 Network diagram for SSH client configurationIII. Configuration procedure1) Configure SwitchB# Create an RSA host key pair and server key pair system-view[H3C] rsa local-key-pair create# Create a VLAN interface and assign an IP address, which the SSH client will use asthe destination for SSH connection.[H3C] interface vlan-interface 1[H3C-Vlan-interface1] ip address 10.165.87.136 255.255.255.0[H3C-Vlan-interface1] quit# Set the authentication method of the user interface to AAA for SSH client.[H3C] user-interface vty 0 4[H3C-ui-vty0-4] authentication-mode scheme# Set the protocol that a remote user uses to login as SSH.[H3C-ui-vty0-4] protocol inbound ssh[H3C-ui-vty0-4] quit# Set login protocol to SSH, specify commands of level 3, and authentication passwordto "abc" for user clinet001.[H3C] local-user client001[H3C-luser-client001] password simple abc[H3C-luser-client001] service-type ssh level 3[H3C-luser-client001] quit