Before connecting to a device as an SCP client to manage files, complete the following tasks:
Table 1 describes the procedure for managing files when the device functions as an SCP client.
No. |
Task |
Description |
Remarks |
---|---|---|---|
1 |
Configure the SCP client source address. To ensure communication security, the source address can be set to a source IP address or source interface. |
Tasks 1, 2, and 3 can be performed in any sequence. |
|
2 |
Generate a local key pair and configure the public key on the SSH server. Perform this task only if the device logs in to the SSH server in RSA, DSA, or ECC authentication mode. |
||
3 |
Configure the initial SSH connection by enabling the initial authentication function or saving the public key of the SSH server on the SSH client. |
||
4 |
- |
Operation |
Command |
Description |
---|---|---|
Enter the system view. |
system-view |
- |
Configure the SCP client source address. |
scp client-source { -a source-ip-address | -i interface-type interface-number } |
By default, no source IP address is configured on the SCP client. |
Perform this step only if the device logs in to the SSH server in RSA, DSA, or ECC authentication mode. This step is not required if the password authentication mode is used.
Operation |
Command |
Description |
---|---|---|
Enter the system view. |
system-view |
- |
Generate the local key pair. |
rsa local-key-pair create, dsa local-key-pair create, or ecc local-key-pair create. |
Run one of the commands according to the type of key configured on the remote end. Run the display rsa local-key-pair public, display dsa local-key-pair public, or display ecc local-key-pair public command to view the public key in the local RSA, DSA, or ECC key pair. Configure the public key on the SSH server. |
Before the client has saved the public key of the SSH server, the client cannot connect to the SSH server. Configure the initial SSH connection in either of the following ways:
Operation |
Command |
Description |
---|---|---|
Enter the system view. |
system-view |
- |
Enable first authentication for the SSH client. |
ssh client first-time enable |
By default, first authentication is disabled on the SSH client. |
Operation |
Command |
Description |
---|---|---|
Enter the system view. |
system-view |
- |
Enter the RSA, DSA, or ECC public key view. |
rsa peer-public-key key-name [ encoding-type { der | openssh | pem } ] , dsa peer-public-key key-name encoding-type { der | openssh | pem } Or ecc peer-public-key key-name encoding-type { der | openssh | pem } |
Perform one of the operations based on the key type. |
Enter the public key editing view. |
public-key-code begin |
- |
Edit the public key. |
hex-data |
|
Exit from the public key editing view. |
public-key-code end |
|
Return to the system view. |
peer-public-key end |
- |
Bind the RSA, DSA, or ECC public key to the SSH server. |
ssh client servername assign { rsa-key | dsa-key | ecc-key } keyname |
If the SSH server public key saved in the SSH client does not take effect, run the undo ssh client servername assign { rsa-key | dsa-key | ecc-key } command to cancel the binding between the SSH server and RSA, DSA, or ECC public key. Then run this command to assign a new RSA, DSA, or ECC public key to the SSH server. |
Different from the SFTP mode, after the SCP connection is established, the client can directly upload files to or download files from the server.
Operation |
Command |
Description |
---|---|---|
Enter the system view. |
system-view |
- |
(Optional) Configure a key exchange algorithm list for the SSH client. |
ssh client key-exchange { dh_group14_sha256 | dh_group15_sha512 | dh_group16_sha512 | dh_group_exchange_sha256 }* |
By default, an SSH client supports all key exchange algorithms. The system software does not support the dh_group_exchange_sha1, dh_group14_sha1, and dh_group1_sha1 parameters. To use the dh_group_exchange_sha1, dh_group14_sha1, or dh_group1_sha1 parameter, you need to install the WEAKEA plug-in. For higher security purposes, you are advised to use other parameters. |
(Optional) Configure an encryption algorithm list for the SSH client. |
ssh client cipher { aes128_ctr | aes256_ctr } * |
By default, an SSH client supports the following encryption algorithms: AES128_CTR and AES256_CTR. The system software does not support the aes256_cbc, aes128_cbc, 3des_cbc, and des_cbc parameters. To use these parameters, you need to install the WEAKEA plug-in. For higher security purposes, you are advised to specify the aes256_ctr or aes128_ctr parameter. |
(Optional) Configure an HMAC algorithm list for the SSH client. |
ssh client hmac sha2_256 |
By default, an SSH client supports all HMAC algorithms. The system software does not support the sha2_256_96, sha1, sha1_96, md5, and md5_96 parameters. To use the sha2_256_96, sha1, sha1_96, md5, or md5_96 parameter, you need to install the WEAKEA plug-in. For higher security purposes, you are advised to specify the sha2_256 parameter. |
Connect the SCP client to the SCP server based on IPv4. |
scp [ -port port-number | { public-net | vpn-instance vpn-instance-name } | identity-key { dsa | rsa | ecc } | user-identity-key { rsa | dsa | ecc } | { -a source-address | -i interface-type interface-number } | -r | -cipher -cipher | -c ] * sourcefile destinationfile |
Run either of the commands based on the IP address type. NOTE:
The aes128 or aes256 algorithm is recommended to improve data transmission security. |
Connect the SCP client to the SCP server based on IPv6. |
scp ipv6 [ -port port-number | { public-net | vpn-instance vpn-instance-name } | identity-key { dsa | rsa | ecc } | user-identity-key { rsa | dsa | ecc } | -a source-address | -r | -cipher -cipher | -c ] * sourcefile destinationfile [ -oi interface-type interface-number ] |
The file system limits the number of files in the root directory to 50. Creation of files in excess of this limit in the root directory may fail.