Copy key to remote host
Copy key to remote host
scp filelocation_name root@192.168.7.17:"/root/mykeys/"
copy key to remote host with .pem key
scp -i yourkey.pem filelocation_name root@192.168.7.17:"/root/mykeys/"
Copy key to remote host
scp filelocation_name root@192.168.7.17:"/root/mykeys/"
copy key to remote host with .pem key
scp -i yourkey.pem filelocation_name root@192.168.7.17:"/root/mykeys/"