Blob


1 # lstun -- lazy ssh tunnel
3 lstun is a simple utility to lazily (on demand) spawn a ssh tunnel to
4 a remote machine and kill it after some time of inactivity.
6 To compile it just run
8 $ ./autogen.sh # if building from a git checkout
9 $ ./configure
10 $ make
11 # make install # eventually
13 The only dependency is libevent.
15 Check out the manpage for the usage.