wibble
This commit is contained in:
parent
31a6e82325
commit
f2805e6be1
@ -1,5 +1,11 @@
|
||||
# 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
|
||||
#
|
||||
# Host server1
|
||||
|
||||
@ -31,7 +31,8 @@ function debugopt () {
|
||||
}
|
||||
|
||||
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 () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user