Initial commit.
This commit is contained in:
9
ssh-tunnel
Executable file
9
ssh-tunnel
Executable 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
|
Reference in New Issue
Block a user