Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save felipekm/af0e8a7c945cdbc2c3ad6dd1b959c6d1 to your computer and use it in GitHub Desktop.
Save felipekm/af0e8a7c945cdbc2c3ad6dd1b959c6d1 to your computer and use it in GitHub Desktop.
scp to ec2 linux with key
scp -i "{KEY_PAGE}" FILES ec2-user@ec2-{IPNUMBER}.sa-east-1.compute.amazonaws.com:~/{FOLDER_NAME}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment