Skip to content

ssh-tunnel

Install

terminal
1
2
3
4
5
curl -sSLO https://github.com/Inveracity/ssh-tunnel/releases/download/v0.0.4/ssh-tunnel_linux_amd64.zip
unzip ssh-tunnel_linux_amd64.zip
cp ssh-tunnel ~/.local/bin/ssh-tunnel
rm -f ssh-tunnel_linux_amd64.zip
rm -f ssh-tunnel

ensure ~/.profile contains

~/.profile
# set PATH to include local bin
if [ -d "$HOME/.local/bin" ] ; then
    PATH="$HOME/.local/bin:$PATH"
fi

and then source it

. ~/.profile

and run it

ssh-tunnel --help