Last active
August 29, 2015 14:00
-
-
Save harmon/a59936d4c8db1a402bd8 to your computer and use it in GitHub Desktop.
Revisions
-
harmon revised this gist
May 1, 2014 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,7 @@ # EC2 Helper # Usage: # $ ec2 ec2-254-254-254-254.compute-1.amazonaws.com # #============ ec2 () { ssh -i ~/.ssh/<path_to_your_key_here> ec2-user@$1 -
harmon created this gist
May 1, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ # EC2 Helper #============ ec2 () { ssh -i ~/.ssh/<path_to_your_key_here> ec2-user@$1 }