Skip to content

Instantly share code, notes, and snippets.

View arkaitzmugica's full-sized avatar

Arkaitz Múgica Islas arkaitzmugica

View GitHub Profile
@shnjp
shnjp / tunnel.py
Created March 5, 2011 06:29
ssh tunnel for Fabric
"""
Fabric tunneling utilities
by [email protected]
class ForwardServer and relates things are refere Robey Pointer's paramiko example.
(http://bazaar.launchpad.net/~robey/paramiko/trunk/annotate/head%3A/demos/forward.py)
usage::
with make_tunnel('[email protected]:10022') as t: