Initial commit of files
This commit is contained in:
5
sbin/pstar-tunnel
Executable file
5
sbin/pstar-tunnel
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
COMMAND="ssh -p 2829 -N -f -R 10.1.1.11:2945:localhost:22 babylon5.probestar.com"
|
||||
pgrep -f -x "$COMMAND" > /dev/null 2>&1 || $COMMAND
|
||||
|
||||
Reference in New Issue
Block a user