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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Program that sends traffic through SSH tunnels on-demand


[Skip to Readme]

Properties

Versions 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6
Change log None available
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-15T06:51:15Z

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for on-demand-ssh-tunnel-0.1.0.2

[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).