44 |
|
# connect direct, just comment this line |
45 |
|
# |
46 |
|
useFirewall=0 |
47 |
< |
firewall.command=ssh -l login -L%PORT%:%SERVER%:%PORT% i-scream.example.com sleep 7200 |
47 |
> |
firewall.command=ssh -l login -L%PORT%:%SERVER%:%PORT% gateway.example.com sleep 7200 |
48 |
|
|
49 |
|
# the time in seconds to wait for the firewall.command to |
50 |
|
# finish executing and thus start up the pipe |
51 |
|
# |
52 |
|
# the default is 5 seconds |
53 |
|
# |
54 |
< |
firewall.commandwait= |
54 |
> |
firewall.commandwait=5 |
55 |
|
|
56 |
|
# the name of the local machine used to connect to |
57 |
|
# if you going to connect into a firewall |
60 |
|
# but you are using the firewall options, |
61 |
|
# it assumes "localhost". |
62 |
|
# |
63 |
< |
firewall.server= |
63 |
> |
firewall.server=localhost |
64 |
|
|
65 |
|
# display extra data given by a host |
66 |
|
# uncomment the following |