HP VSR1000 Security Configuration Manual page 285

Virtual services router
Table of Contents

Advertisement

Figure 76 Network diagram
Configuration procedure
1.
Configure the SFTP server:
# Generate the RSA key pairs.
<Router> system-view
[Router] public-key local create rsa
The range of public key size is (512 ~ 2048).
If the key modulus is greater than 512, it will take a few minutes.
Press CTRL+C to abort.
Input the modulus length [default = 1024]:
Generating Keys...
........................++++++
...................++++++
..++++++++
............++++++++
Create the key pair successfully.
# Generate a DSA key pair.
[Router] public-key local create dsa
The range of public key size is (512 ~ 2048).
If the key modulus is greater than 512, it will take a few minutes.
Press CTRL+C to abort.
Input the modulus length [default = 1024]:
Generating Keys...
.++++++++++++++++++++++++++++++++++++++++++++++++++*
........+......+.....+......................................+
...+.................+..........+...+
Create the key pair successfully.
# Enable the SSH server function.
[Router] ssh server enable
# Enable the SFTP server.
[Router] sftp server enable
# Assign an IP address to interface GigabitEthernet1/0. The client uses this address as the
destination for SSH connection.
[Router] interface gigabitethernet 1/0
[Router-GigabitEthernet1/0] ip address 192.168.1.45 255.255.255.0
[Router-GigabitEthernet1/0] quit
# Create a local device management user client002. Specify the plaintext password as aabbcc
and the service type as ssh for the user. Assign the user role network-admin and the working
directory flash:/ to the user.
[Router] local-user client002 class manage
[Router-luser-manage-client002] password simple aabbcc
275

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents