Answers for "ssh scp"

22

scp send file

scp ./file.txt remote_username@remote_ip:/remote/directory
Posted by: Guest on March-03-2020
5

scp with ssh key

scp -i ~/.ssh/id_rsa.pub FILENAME USER@SERVER:/home/USER/FILENAME
Posted by: Guest on March-07-2020
1

scp copy

scp /users/Edward/desktop [email protected]:/writing/article
Posted by: Guest on December-20-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language