HP FlexNetwork 10500 Series Security Configuration Manual page 412

Hide thumbs Also See for FlexNetwork 10500 Series:
Table of Contents

Advertisement

# Enable the SFTP server.
[Switch] sftp server enable
# Assign an IP address to VLAN-interface 2. The client uses this address as the destination for
SSH connection.
[Switch] interface vlan-interface 2
[Switch-Vlan-interface2] ip address 192.168.1.45 255.255.255.0
[Switch-Vlan-interface2] quit
# Create a local device management user client002.
[Switch] local-user client002 class manage
# Set the password to aabbcc in plain text for the local user client002.
[Switch-luser-manage-client002] password simple aabbcc
# Authorize the local user client002 to use the SSH service.
[Switch-luser-manage-client002] service-type ssh
# Assign the user role network-admin and the working directory flash:/ to the local user
client002.
[Switch-luser-manage-client002] authorization-attribute user-role network-admin
work-directory flash:/
[Switch-luser-manage-client002] quit
# Create an SSH user client002. Specify the authentication method as password and service
type as sftp for the user.
[Switch] ssh user client002 service-type sftp authentication-type password
2.
Establish a connection between the SFTP client and the SFTP server:
The device supports different types of SFTP client software. This example uses an SFTP client
that runs PSFTP of PuTTy version 0.58.
NOTE:
PSFTP supports only password authentication.
To establish a connection to the SFTP server:
a. Run the psftp.exe to launch the client interface shown in
command:
open 192.168.1.45
b. Enter username client002 and password aabbcc as prompted to log in to the SFTP server.
398
Figure
112, and enter the following

Advertisement

Table of Contents
loading

Table of Contents