H3C Technologies H3C SecPath F1000-E User Manual

Page 185

Advertising
background image

174

# Set the user command privilege level to 3.

[Router-ui-vty0-4] user privilege level 3

[Router-ui-vty0-4] quit

# Import the peer public key from the file key.pub.

[Router] public-key peer Router001 import sshkey key.pub

# Specify the authentication method for user client002 as publickey, and assign the public key

Router001 to the user.

[Router] ssh user client002 service-type stelnet authentication-type publickey assign

publickey Router001

3.

Establish a connection between the SSH client and the SSH server
# Establish an SSH connection to the server (10.165.87.136).

<SecPath> ssh2 10.165.87.136

Username: client002

Trying 10.165.87.136 ...

Press CTRL+K to abort

Connected to 10.165.87.136 ...

The Server is not authenticated. Continue? [Y/N]:y

Do you want to save the server public key? [Y/N]:n

Then, you can log in to Router successfully.

Advertising