Last active
March 10, 2023 15:11
-
-
Save efthemiosprime/1041c11dada02067c4f5d0c11ca8fe3a to your computer and use it in GitHub Desktop.
amazon ec2 scp template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scp -p -i <amazon private key file> <file to transfer> root@<ec2-....compute-1.amazonaws.com>:<destination file in amazon server> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment