5 lines
165 B
Plaintext
5 lines
165 B
Plaintext
|
#!/bin/ksh
|
||
|
pkill -f "7326:localhost:7326 anonicb@slackers.openbsd.org"
|
||
|
sleep 1
|
||
|
ssh -fN -o ServerAliveInterval=15 -L 7326:localhost:7326 anonicb@slackers.openbsd.org
|