diff options
author | Colin Watson <cjwatson@debian.org> | 2015-09-17 13:52:46 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2015-09-17 13:53:40 +0100 |
commit | 748bb595047d10166322e716d3a760d2b055ba66 (patch) | |
tree | 1247866344795cc258034368c2fefd3e310cc257 /debian/patches/ssh1-keepalive.patch | |
parent | d22c47c8a36445a71470f3ed4ce2ef410348093b (diff) | |
parent | 48bcf47b091000fb3111b82385632d1401deb558 (diff) |
ssh_config(5): Fix markup errors in description of GSSAPITrustDns (closes: #799271).
Diffstat (limited to 'debian/patches/ssh1-keepalive.patch')
-rw-r--r-- | debian/patches/ssh1-keepalive.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/ssh1-keepalive.patch b/debian/patches/ssh1-keepalive.patch index 48308bcff..705004567 100644 --- a/debian/patches/ssh1-keepalive.patch +++ b/debian/patches/ssh1-keepalive.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From b3d7661669a0f5255ede81f82c25951aeba9576c Mon Sep 17 00:00:00 2001 | 1 | From 634f3188e7f3c104cc7b13a078059f15f3f4a68a Mon Sep 17 00:00:00 2001 |
2 | From: Colin Watson <cjwatson@debian.org> | 2 | From: Colin Watson <cjwatson@debian.org> |
3 | Date: Sun, 9 Feb 2014 16:09:51 +0000 | 3 | Date: Sun, 9 Feb 2014 16:09:51 +0000 |
4 | Subject: Partial server keep-alive implementation for SSH1 | 4 | Subject: Partial server keep-alive implementation for SSH1 |
@@ -57,10 +57,10 @@ index 77d5498..964353d 100644 | |||
57 | server_alive_time = now + options.server_alive_interval; | 57 | server_alive_time = now + options.server_alive_interval; |
58 | } | 58 | } |
59 | diff --git a/ssh_config.5 b/ssh_config.5 | 59 | diff --git a/ssh_config.5 b/ssh_config.5 |
60 | index b840261..f7510b6 100644 | 60 | index 59ce400..e60a5b4 100644 |
61 | --- a/ssh_config.5 | 61 | --- a/ssh_config.5 |
62 | +++ b/ssh_config.5 | 62 | +++ b/ssh_config.5 |
63 | @@ -1414,7 +1414,10 @@ If, for example, | 63 | @@ -1416,7 +1416,10 @@ If, for example, |
64 | .Cm ServerAliveCountMax | 64 | .Cm ServerAliveCountMax |
65 | is left at the default, if the server becomes unresponsive, | 65 | is left at the default, if the server becomes unresponsive, |
66 | ssh will disconnect after approximately 45 seconds. | 66 | ssh will disconnect after approximately 45 seconds. |