Sftp server configuration example, Network requirements, Configuration procedure – H3C Technologies H3C SecPath F1000-E User Manual

Page 194

Advertising
background image

183

Bye

Connection closed.

<SecPath>

SFTP server configuration example

Network requirements

As shown in

Figure 83

, an SSH connection is required between the host and SecPath. The host, an SFTP

client, needs to log in to SecPath for file management and file transfer. Use password authentication and
configure the username client002 and the password aabbcc for the client on the router.

Figure 83 Network diagram

Configuration procedure

1.

Configure the SFTP server.
# Generate the RSA key pairs.

<SecPath> system-view

[SecPath] public-key local create rsa

The range of public key size is (512 ~ 2048).

NOTES: If the key modulus is greater than 512,

It will take a few minutes.

Press CTRL+C to abort.

Input the bits of the modulus[default = 1024]:

Generating Keys...

++++++++

++++++++++++++

+++++

++++++++

# Generate a DSA key pair.

[SecPath] public-key local create dsa

The range of public key size is (512 ~ 2048).

NOTES: If the key modulus is greater than 512,

It will take a few minutes.

Press CTRL+C to abort.

Input the bits of the modulus[default = 1024]:

Generating Keys...

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++++++

# Enable the SSH server.

[SecPath] ssh server enable

# Enable the SFTP server.

[SecPath] sftp server enable

Advertising