-
-
Save paulocheque/beb40757f88c8123ced9 to your computer and use it in GitHub Desktop.
Amazon
This file contains 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
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