summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--ssh.15
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 0dcbc98e8..0d4707455 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
1openssh (1:4.7p1-5) UNRELEASED; urgency=low 1openssh (1:4.7p1-5) UNRELEASED; urgency=low
2 2
3 * Recommends: xauth rather than Suggests: xbase-clients. 3 * Recommends: xauth rather than Suggests: xbase-clients.
4 * Document in ssh(1) that '-S none' disables connection sharing
5 (closes: #471437).
4 * debconf template translations: 6 * debconf template translations:
5 - Update Finnish (thanks, Esko Arajärvi; closes: #468563). 7 - Update Finnish (thanks, Esko Arajärvi; closes: #468563).
6 8
diff --git a/ssh.1 b/ssh.1
index 04c79e148..8e666858c 100644
--- a/ssh.1
+++ b/ssh.1
@@ -559,7 +559,10 @@ will only succeed if the server's
559option is enabled (see 559option is enabled (see
560.Xr sshd_config 5 ) . 560.Xr sshd_config 5 ) .
561.It Fl S Ar ctl_path 561.It Fl S Ar ctl_path
562Specifies the location of a control socket for connection sharing. 562Specifies the location of a control socket for connection sharing,
563or the string
564.Dq none
565to disable connection sharing.
563Refer to the description of 566Refer to the description of
564.Cm ControlPath 567.Cm ControlPath
565and 568and