sshjump

Create ssh tunnels on demand via xinetd.

sshjump::tunnel{'purpose':
    id => '1',
    jumpuser => 'jumpuser',
    jumphost => 'jumphost.example.net',
    target_host => 'host-behind-jumphost.example.lan',
    target_port => '80',
    identity => 'identity-filename',
}


# local_port_base is 45000 by default
# port = <local_port_base + id>

telnet localhost <port>
