Assuming you accepted the default name for your SSH key upon creation, the command to send a file to your remote server using your SSH key is: scp -i ~/.ssh/id_rsa.pub FILENAME USER@SERVER:/home ...