Skip to content

Instantly share code, notes, and snippets.

@franzwong
Last active August 29, 2015 13:57
Show Gist options
  • Save franzwong/9447451 to your computer and use it in GitHub Desktop.
Save franzwong/9447451 to your computer and use it in GitHub Desktop.
linux command
  • Connect through SSH
ssh -l <user name> -i <pem file> <server ip>
  • Copy file
scp -i <pem file> <file name> <user name>@<server ip>:<destination path>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment