HP 12500 Series Configuration Manual page 252

Routing
Table of Contents

Advertisement

# Enable the user interface to support SSH.
[SwitchB-ui-vty0-4] protocol inbound ssh
[SwitchB-ui-vty0-4] quit
# Create a local user named client001 with the password as aabbcc and service type as ssh.
[SwitchB] local-user client001
[SwitchB-luser-client001] password simple aabbcc
[SwitchB-luser-client001] service-type ssh
[SwitchB-luser-client001] quit
# (Optional) Configure the SSH user client001 with service type as scp and authentication method
as password.
[SwitchB] ssh user client001 service-type scp authentication-type password
Configure an IP address for VLAN-interface 2 on the SCP client.
2.
<SwitchA> system-view
[SwitchA] interface vlan-interface 2
[SwitchA-Vlan-interface2] ip address 192.168.0.2 255.255.255.0
[SwitchA-Vlan-interface2] quit
[SwitchA] quit
Connect to the SCP server, download the file remote.bin from the server, and save it locally with
3.
the name local.bin.
<SwitchA> 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.
242

Advertisement

Table of Contents
loading

Table of Contents