Initial commit.

This commit is contained in:
2021-08-31 08:25:02 +02:00
commit 07d5e4092a
12 changed files with 248 additions and 0 deletions

9
ssh-tunnel Executable file
View File

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