Enabling Ssh Server; Configuring The User Interfaces For Ssh Clients - 3Com 4500G Family Configuration Manual

24/48 port
Hide thumbs Also See for 4500G Family:
Table of Contents

Advertisement

For details about the public-key local create command, refer to Public Key Commands in the
Security Volume.
To ensure that all SSH clients can log into the SSH server successfully, you are recommended to
generate both DSA and RSA key pairs on the SSH server. This is because different SSH clients
may use different publickey algorithms, though a single client usually uses only one type of
publickey algorithm.
The public-key local create rsa command generates two RSA key pairs: a server key pair and a
host key pair. Each of the key pairs consists of a public key and a private key. The public key in the
server key pair of the SSH server is used in SSH1 to encrypt the session key for secure
transmission of the key. As SSH2 uses the DH algorithm to generate the session key on the SSH
server and client respectively, no session key transmission is required in SSH2 and the server key
pair is not used.
The length of the modulus of RSA server keys and host keys must be in the range 512 to 2048 bits.
Some SSH2 clients require that the length of the key modulus be at least 768 bits on the SSH
server side.
The public-key local create dsa command generates only the host key pair. SSH1 does not
support the DSA algorithm.
The length of the modulus of DSA host keys must be in the range 512 to 2048 bits. Some SSH2
clients require that the length of the key modulus be at least 768 bits on the SSH server side.

Enabling SSH Server

Follow these steps to enable SSH server:
To do...
Enter system view
Enable the SSH server function

Configuring the User Interfaces for SSH Clients

An SSH client accesses the device through a VTY user interface. Therefore, you need to configure the
user interfaces for SSH clients to allow SSH login. Note that the configuration takes effect only for
clients logging in after the configuration.
Follow these steps to configure the protocols for the current user interface to support:
To do...
Enter system view
Enter user interface view of one or
more user interfaces
Use the command...
system-view
ssh server enable
Use the command...
system-view
user-interface vty number
[ ending-number ]
1-5
Remarks
Required
Disabled by default
Remarks

Hide quick links:

Advertisement

Chapters

Table of Contents
loading

Table of Contents