Tree


.gitignorecommits | blame
LICENSEcommits | blame
Makefile.amcommits | blame
README.mdcommits | blame
autogen.sh*commits | blame
compat/
compat.hcommits | blame
configure.accommits | blame
log.ccommits | blame
log.hcommits | blame
lstun.1commits | blame
lstun.ccommits | blame

README.md

# lstun -- lazy ssh tunnel

lstun is a simple utility to lazily (on demand) spawn a ssh tunnel to
a remote machine and kill it after some time of inactivity.

To compile it just run

	$ ./autogen.sh	# if building from a git checkout
	$ ./configure
	$ make
	# make install	# eventually

The only dependency is libevent.

Check out the manpage for the usage.