]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- tcpkeepalive is spoofable, use ssh own keepalive (timeout is now 10 minutes) auto/th/openssh-4_2p1-5
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 21 Dec 2005 18:20:37 +0000 (18:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssh.conf -> 1.6

openssh.conf

index cc1130e3f7900392c09bd16c273048c883263eed..97962fb861d218b3182dd219a14656c1043858e1 100644 (file)
@@ -38,3 +38,6 @@ Host *
        ForwardX11 no
        ForwardX11Trusted no
        StrictHostKeyChecking no
+       ServerAliveInterval 60
+       ServerAliveCountMax 10
+       TCPKeepAlive no
This page took 0.036922 seconds and 4 git commands to generate.