3Com Switch 8800 Configuration Guide
Chapter 50 SSH Terminal Service
50-14
II. Network diagram
Switch
PC
SSH client
Switch
SSH server
PC
Figure 50-3
Network diagram for SSH server
III. Configuration procedure
1)
Generate the RSA key.
[SW8800] rsa local-key-pair create
Note:
If the configuration for generating the local key has already been completed, skip this
step.
2)
Set the user login authentication mode.
The following shows the configuration methods for both password authentication and
RSA public key authentication.
z
Password authentication.
Create the local user client001, and set the authentication mode of the user interface to
AAA.
[SW8800] user-interface vty 0 4
[SW8800-ui-vty0-4] authentication-mode scheme
Specify the login protocol for user client001 as SSH.
[SW8800-ui-vty0-4] protocol inbound ssh
[SW8800] local-user client001
[SW8800-luser-client001] password simple 3Com
[SW8800] ssh user client001 authentication-type password