ssh-tunnel¶
Install¶
| terminal | |
|---|---|
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
and run it