@hackage on-demand-ssh-tunnel0.1.0.3

Program that sends traffic through SSH tunnels on-demand

Example usage:

$ on-demand-ssh-tunnel 20110 110 -p2222 user@ssh-server 

When something connects to 127.0.0.1:20110 on-demand-ssh-tunnel will start ssh subprocess

ssh -v -L random-tunnel-port:127.0.0.1:110 -n -p2222 user@ssh-server

to tunnel communication to POP3 server accessible on port 110 (on server).

  • Installation

  • Dependencies (0)

  • Dependents (0)