wibble
This commit is contained in:
parent
31a6e82325
commit
f2805e6be1
@ -1,4 +1,10 @@
|
|||||||
# Everything in this section obeys the same rules as ~/.ssh/config, except for the Password, Watch and Debug directives
|
# Everything in this file obeys the same rules as ~/.ssh/config, except for the Password, Watch and Debug directives
|
||||||
|
|
||||||
|
Host *
|
||||||
|
ExitOnForwardFailure yes
|
||||||
|
TCPKeepAlive yes
|
||||||
|
ServerAliveInterval 15
|
||||||
|
ServerAliveCountMax 3
|
||||||
|
|
||||||
# Examples
|
# Examples
|
||||||
#
|
#
|
||||||
|
|||||||
@ -31,7 +31,8 @@ function debugopt () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function dbg () {
|
function dbg () {
|
||||||
[[ "$(awk "/^$1/ {print \$2}" ${DEBUGCONF})" =~ "[123]" ]] && logger -t tunnelkeeper
|
read line
|
||||||
|
[[ "$(awk "/^$1/ {print \$2}" ${DEBUGCONF})" =~ "[123]" ]] && echo $line | logger -t tunnelkeeper
|
||||||
}
|
}
|
||||||
|
|
||||||
function connect () {
|
function connect () {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user