Last active
December 16, 2015 20:09
-
-
Save roalcantara/5490277 to your computer and use it in GitHub Desktop.
SCP + PEM File
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 -i /path/to/file.pem /path/to/copy/foo.gz username@<some.public.host>:/target/path/ | |
$ scp -i /path/to/file.pem username@<host>:/path/to/copy/foo.gz /target/to/paste/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment