Skip to content

Instantly share code, notes, and snippets.

@paulocheque
Last active August 29, 2015 14:04
Show Gist options
  • Save paulocheque/beb40757f88c8123ced9 to your computer and use it in GitHub Desktop.
Save paulocheque/beb40757f88c8123ced9 to your computer and use it in GitHub Desktop.
Amazon
mv file.pem ~/.ssh/
chmod 400 ~/.ssh/file.pem
ssh -v -i ~/.ssh/file.pem ubuntu@ip
scp -i ~/.ssh/file.pem file ubuntu@ip:~
scp -i ~/.ssh/file.pem ubuntu@ip:~/file .
http --follow POST url attr=value attr2=value2 --print=h
http GET url --print=h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment