summaryrefslogtreecommitdiff
path: root/debian/patches/doc-connection-sharing.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/doc-connection-sharing.patch')
-rw-r--r--debian/patches/doc-connection-sharing.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/patches/doc-connection-sharing.patch b/debian/patches/doc-connection-sharing.patch
new file mode 100644
index 000000000..759f86b30
--- /dev/null
+++ b/debian/patches/doc-connection-sharing.patch
@@ -0,0 +1,23 @@
1Description: ssh(1): Document that '-S none' disables connection sharing.
2Author: martin f krafft <madduck@debian.org>
3Author: Colin Watson <cjwatson@debian.org>
4Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1724
5Bug-Debian: http://bugs.debian.org/471437
6Last-Update: 2010-03-01
7
8Index: b/ssh.1
9===================================================================
10--- a/ssh.1
11+++ b/ssh.1
12@@ -563,7 +563,10 @@
13 the listen port will be dynamically allocated on the server and reported
14 to the client at run time.
15 .It Fl S Ar ctl_path
16-Specifies the location of a control socket for connection sharing.
17+Specifies the location of a control socket for connection sharing,
18+or the string
19+.Dq none
20+to disable connection sharing.
21 Refer to the description of
22 .Cm ControlPath
23 and