Technical data
376 CHAPTER 11: SYSTEM MANAGEMENT
Perform the following configurations in the public key view.
Associating a Public Key with an SSH User
Perform the following configurations in system view.
Configuring the SSH
Client
There are several types of SSH client software, such as PuTTY and FreeBSD. You
should first configure the client's connection with the server. The basic
configuration tasks on client include:
■ Specifying the server IP address.
■ Selecting the SSH protocol. The client supports the remote connection
protocols link Telnet, Rlogin and SSH. To set up the SSH connection, you must
select the SSH protocol.
■ Choosing the SSH version. The switch currently supports SSH Server 1.5, so you
have to choose 1.5 or earlier version.
■ Specifying the RSA private key file. If you specify RSA authentication for the
SSH user, you must specify the RSA private key file. The RSA key, which
includes the public key and private key, are generated by the client software.
The former is configured in the server (switch) and the latter is in the client.
The following description takes the PuTTY as an example.
Specifying the Server IP
Address
Start the PuTTY program. The client configuration interface, shown in Figure 10,
displays.
Tab le 87 Starting/terminating Public Key Editing
Operation Command
Enter public key edit view public-key-code begin
Terminate public key edit view public-key-code end
Quit public key view peer-public-key end
Tab le 88 Associating a Public Key with an SSH User
Operation Command
Associate an existing public key with an SSH
user
ssh user username assign rsa-key keyname
Remove association undo ssh user username assign rsa-key