F3726, F3211, F3174, R5135, R3816-HP Firewalls and UTM Devices System Management and Maintenance Configuration Guide-6PW100

195
# Enable the user interface to support SSH.
[Router-ui-vty0-4] protocol inbound ssh
[Router-ui-vty0-4] quit
# Create a local user named client001 with the password as aabbcc and service type as ssh.
[Router] local-user client001
[Router-luser-client001] password simple aabbcc
[Router-luser-client001] service-type ssh
[Router-luser-client001] quit
# (Optional.) Configure the SSH user client001 with service type as scp and authentication method
as password.
[Router] ssh user client001 service-type scp authentication-type password
2. Configure an IP address for GigabitEthernet 0/1 on the SCP client:
<Firewall> system-view
[Firewall] interface gigabitethernet 0/1
[Firewall-GigabitEthernet0/1] ip address 192.168.0.2 255.255.255.0
[Firewall-GigabitEthernet 0/1] quit
[Firewall] quit
3. Connect to the SCP server, download the file remote.bin from the server, and save it locally to the
file local.bin.
<Firewall> scp 192.168.0.1 get remote.bin local.bin
Username: client001
Trying 192.168.0.1 ...
Press CTRL+K to abort
Connected to 192.168.0.1 ...
The Server is not authenticated. Continue? [Y/N]:y
Do you want to save the server public key? [Y/N]:n
Enter password:
18471 bytes transfered in 0.001 seconds.