Commits


don't listen everywhere by default; restrict to localhost if -b was given without a explicit host, it defaulted to listen on any address. it's not a good idea given this would allow anyone on the same network to (ab)use the ssh forwarding.


xr ssh


clarify -b description


clarify the example


bump timeout to 10 minutes by default


add an example


use log.c, daemonize and add the flags -dv as usual


don't hardcode the ssh path could be interesting to determine it at configure-time though


grammar


simplify timeout handling and accept 0 to keep the tunnel open


improve manpage and sync usage


caveats solved


mention another caveats


mention the CAVEATS


initial commit