Enable SSH TCPKeepAlive
This commit is contained in:
parent
afdafefedf
commit
a853379753
1 changed files with 1 additions and 1 deletions
|
@ -27,6 +27,6 @@
|
||||||
- regexp: '^#?X11Forwarding '
|
- regexp: '^#?X11Forwarding '
|
||||||
line: 'X11Forwarding no'
|
line: 'X11Forwarding no'
|
||||||
- regexp: '^#?TCPKeepAlive '
|
- regexp: '^#?TCPKeepAlive '
|
||||||
line: 'TCPKeepAlive no'
|
line: 'TCPKeepAlive yes'
|
||||||
- regexp: '^#?UseDNS '
|
- regexp: '^#?UseDNS '
|
||||||
line: 'UseDNS no'
|
line: 'UseDNS no'
|
||||||
|
|
Loading…
Reference in a new issue