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. It expects ssh to be `/usr/bin/ssh`,
14 compile with `-DSSH_PATH=...` to alter the path eventually.
16 Check out the manpage for the usage.