Answers for "scp ssh key to remote server"

28

scp to remote server

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

scp with ssh key

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language