Showing posts with label Secure copy. Show all posts
Showing posts with label Secure copy. Show all posts

Thursday, June 9, 2016

Secure Copy (scp): Sending Public Key to Remote Server

Command:

$ scp .ssh/id_rsa.pub username@remote.servername.com:~/
username@remote.servername.com's password:
id_rsa.pub                                                                                                                100%  400     0.4KB/s   00:00