summaryrefslogtreecommitdiff
path: root/debian/patches/doc-connection-sharing.patch
blob: 759f86b30c5480b870912df45ac93d5c8f06e358 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: ssh(1): Document that '-S none' disables connection sharing.
Author: martin f krafft <madduck@debian.org>
Author: Colin Watson <cjwatson@debian.org>
Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1724
Bug-Debian: http://bugs.debian.org/471437
Last-Update: 2010-03-01

Index: b/ssh.1
===================================================================
--- a/ssh.1
+++ b/ssh.1
@@ -563,7 +563,10 @@
 the listen port will be dynamically allocated on the server and reported
 to the client at run time.
 .It Fl S Ar ctl_path
-Specifies the location of a control socket for connection sharing.
+Specifies the location of a control socket for connection sharing,
+or the string
+.Dq none
+to disable connection sharing.
 Refer to the description of
 .Cm ControlPath
 and