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 characters
"""SSH tunnel through a gateway to another machine. | |
USAGE: | |
python ./ssh_tunnel.py -h | |
or | |
>>> import ssh_tunnel | |
>>> ssh_tunnel.main('gateway_username', 'dest_host_addr') |
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 characters
""" | |
Based on https://gist.github.com/robbyt/2493423 | |
This StarCluster plugin grants all tcp, udp and icmp privileges for 10.0.0.0/8 | |
between the current cluster's security group and the given security group, | |
in both directions | |
""" | |
from starcluster.clustersetup import ClusterSetup | |
from starcluster.logger import log |
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 characters
# Tmux Configuration | |
# By Alex Gaudio | |
# April 15, 2012 | |
# HACKS | |
####### | |
####### | |
## Unfortunately, the osx system clipboard integration sucks. But there's a well documented workaround. | |
# OS X: pbcopy and pbpaste workaround from ChrisJohnsen | |
# code available at: https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard.git |
NewerOlder