Skip to content

Instantly share code, notes, and snippets.

View nasthu's full-sized avatar

Jonas nasthu

  • Stockholm, Sweden
View GitHub Profile
@nasthu
nasthu / awssh.sh
Last active September 17, 2018 09:45 — forked from henrikenblom/awssh.sh
Connect to running AWS instances using tag names
#!/bin/bash
####################################################
# Connect to running AWS instances using tag names #
# Author: [email protected] #
####################################################
PEM_FILE="$HOME/.ssh/aws.pem";
DEFAULT_USERNAME="ubuntu";