diff --git a/ssh-tunnel b/ssh-tunnel deleted file mode 100755 index 1c413fc..0000000 --- a/ssh-tunnel +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -set -euo pipefail - -# TODO: -# - Add options for port -# - Automatically get password from `pass` - -PORT=12800 - -ssh -N -D "$PORT" nortega@themusicinnoise.net