3Com MSR 50 Series Configuration Manual page 1935

3com msr 30-16: software guide
Hide thumbs Also See for MSR 50 Series:
Table of Contents

Advertisement

SSH Server Configuration Example
1935
[Router] interface ethernet 1/1
[Router-Ethernet1/1] ip address 192.168.1.40 255.255.255.0
[Router-Ethernet1/1] quit
# Set the authentication mode for the user interface to AAA.
[Router] user-interface vty 0 4
[Router-ui-vty0 4] authentication-mode scheme
#Enable the user interfaces to support SSH.
[Router-ui-vty0 4] protocol inbound ssh
# Set the user command privilege level to 3.
[Router-ui-vty0 4] user privilege level 3
[Router-ui-vty0 4] quit
n
Before performing the following tasks, you must generate an RSA public key pair
(using the client software) on the client, save the key pair in a file named key.pub,
and then upload the file to the SSH server through FTP or TFTP. For details, refer to
"Configuring the Device as an SSH Client" on page
1928.
# Import the client's public key from file key.pub.
[Router] public-key peer Router001 import sshkey key.pub
# Specify the authentication type for user client002 as publickey, and assign the
public key Router001 for the user.
[Router] ssh user client002 service-type stelnet authentication-type
publickey assign publickey Router001
Configure the SSH client
# Generate an RSA key pair
Run PuTTYGen.exe, choose SSH-2 RSA and click Generate.

Hide quick links:

Advertisement

Table of Contents

Troubleshooting

loading

Table of Contents