on-demand-ssh-tunnel: Program that sends traffic through SSH tunnels on-demand

[ library, mit, network, program ] [ Propose Tags ]

Program that sends traffic through SSH tunnels on-demand


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6
Dependencies base (>=4.5 && <4.6), bytestring, network, process, random [details]
License MIT
Copyright (c) 2014 Predrag Radovic
Author Predrag Radovic
Maintainer predrg@gmail.com
Category Network
Home page https://github.com/crackleware/on-demand-ssh-tunnel
Uploaded by pedja at 2014-05-19T15:03:32Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables on-demand-ssh-tunnel
Downloads 2808 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-15 [all 5 reports]

Readme for on-demand-ssh-tunnel-0.1.0.3

[back to package description]
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).