engineer_baz Lv1Posted 19 Sep 2023 11:58
  
To manage a Sangfor HCI 6.2 host via SCP 6.9, you must first enable SSH on the host. To do this, log in to the host as the root user and run the following command:

systemctl enable sshd
Once SSH is enabled, you can connect to the host using SCP 6.9. To do this, open a terminal window on your local machine and run the following command:

scp -P <port> <user>@<host>:<file> <destination>
Replace the following values in the command above:

<port>: The port number that SSH is running on. By default, SSH runs on port 22.
<user>: The username of the user on the Sangfor HCI host that you want to connect to.
<host>: The IP address or hostname of the Sangfor HCI host.
<file>: The file on the Sangfor HCI host that you want to copy to your local machine.
<destination>: The destination directory on your local machine where you want to copy the file.
For example, to copy the file /etc/hosts from a Sangfor HCI 6.2 host with the IP address 192.168.1.100 to your local machine, you would run the following command:

scp -P 22 root@192.168.1.100:/etc/hosts /tmp

I Can Help:

Change

Moderator on This Board

3
0
2

Started Topics

Followers

Follow

2
0
0

Started Topics

Followers

Follow

2
20
0

Started Topics

Followers

Follow

Board Leaders