43 |
|
# if you do NOT wish to use this command, and simply |
44 |
|
# connect direct, just comment this line |
45 |
|
# |
46 |
< |
#firewall.command=ssh -l ajm4 -L%PORT%:%SERVER%:%PORT% raptor.ukc.ac.uk sleep 99999 |
46 |
> |
#firewall.command=ssh -l ajm4 -L%PORT%:%SERVER%:%PORT% raptor.ukc.ac.uk sleeper.sh |
47 |
> |
# |
48 |
> |
# NOTE: in the above command sleeper.sh is: |
49 |
> |
# |
50 |
> |
# #!/bin/sh |
51 |
> |
# pkill -u ajm4 -x sleep |
52 |
> |
# sleep 7200 |
53 |
|
|
54 |
|
# the time in seconds to wait for the firewall.command to |
55 |
|
# finish executing and thus start up the pipe |