5 lines
165 B
Bash
Executable File
5 lines
165 B
Bash
Executable File
#!/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
|