I see that it is said on the Internet that scp rc and so on. Does the ssh connection established cannot be used? do you need to open the connection again?
Thank you. I feel a little troublesome to drive again.
I see that it is said on the Internet that scp rc and so on. Does the ssh connection established cannot be used? do you need to open the connection again?
Thank you. I feel a little troublesome to drive again.
sftp find out.
sz,rz try
just use scp. Scp is an abbreviation for secure copy, a secure copy. Copy the local file to the remote, which is the transfer.
scp local file path username @ remote address: remote folder path
for example:
scp / Users/xxx/Desktop/QQ.jpeg root@123.123.123.1:/image
the qq image on the local desktop is transferred to the image directory of the remote server
scp-r host current directory rootname@targethost: target directory
, generally applicable sftp
service in the background, command to log in / gui tool to log in, and transfer quickly sz/rz
, plug-ins need to be installed separately, and some tools like iterm
cannot use the sz/rz
command filezilla
, choose sftp
protocol
two servers to establish ssh authorization, you can type free password scp file
is root login prohibited on both your computers? Forbidding root login is just a password login or a public key. You can go to the server that forbids root login and then reverse copy it from that server.
Previous: How does vs code find a piece of code throughout the project on which page?
Next: For the H5 mobile activity page, people usually use JQ or VUE to develop.
is the last line with Port xxx service starting not coming error message as follows No error when xxx is 22 Sep 13 04:52:39 localhost systemd: Starting OpenSSH server daemon. Sep 13 04:52:39 localhost systemd: sshd.service: main process exited, c...
sshd_config needs to restart sshd.service, does ssh_config need to be restarted? Thank you. ...
...