Operation Manual – SSH
H3C S3610&S5510 Series Ethernet Switches
Chapter 1 SSH Configuration
1-16
[Switch] user-interface vty 0 4
[Switch-ui-vty0-4] authentication-mode scheme
# Enable the user interface to support SSH.
[Switch-ui-vty0-4] protocol inbound ssh
[Switch-ui-vty0-4] quit
# Create local user “client001”, and set the user command privilege level to 3.
[Switch] local-user client001
[Switch-luser-client001] password simple aabbcc
[Switch-luser-client001] service-type ssh level 3
[Switch-luser-client001] quit
# Specify the service type for user
client001
as Stelnet, and the authentication method
as password.
[Switch] ssh user client001 service-type stelnet authentication-type password
2)
Configure the SSH client
Note:
There are a variety of SSH client software, such as PuTTY, OpenSSH, and so on. The
following is an example of configuring SSH client using PuTT v0.58.
# Establish a connection with the SSH server
Launch PuTTY.exe to enter the following interface. In the
Host Name (or IP address)
text box, enter the IP address of the server.