my-scripts/ssh-tunnel

10 lines
146 B
Bash
Executable File

#!/bin/sh
# TODO:
# - Add options for port
# - Automatically get password from `pass`
PORT=12800
ssh -N -D $PORT nortega@themusicinnoise.net