annotate forward-port.sh @ 0:8673ac376bfb tip

initial ssh reverse tunneling script.
author Robert McIntyre <rlm@mit.edu>
date Thu, 14 Mar 2013 16:57:14 +0000
parents
children
rev   line source
rlm@0 1 #!/bin/sh
rlm@0 2
rlm@0 3 autossh -M 6009 -R 6007:localhost:22 r@aurellem.org
rlm@0 4