HostnExtraHostnExtra Docs

Commands

Available Tunnel commands.

Commands

Open a Tunnel

Start a tunnel using a saved profile.

hostnextra tunnel open mysql-prod

List Active Tunnels

hostnextra tunnel list

Displays all currently active tunnel sessions.


Show Tunnel Details

hostnextra tunnel show tunnel-93551670

Displays information about a running tunnel.


Close a Tunnel

If the tunnel is running in the foreground, press:

Ctrl+C

Or close it directly:

hostnextra tunnel close tunnel-93551670

Profile Commands

Create a profile.

hostnextra tunnel profile add NAME \
    --from HOST:REMOTE_PORT \
    --to LOCAL_HOST:LOCAL_PORT

List profiles.

hostnextra tunnel profile list

Show a profile.

hostnextra tunnel profile show NAME

Remove a profile.

hostnextra tunnel profile remove NAME

Help

hostnextra tunnel help

or

hostnextra tunnel --help

On this page