diff options
author | Colin Watson <cjwatson@debian.org> | 2008-03-18 10:12:19 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2008-03-18 10:12:19 +0000 |
commit | 2b8f1aa7f8f01a018e1141b73c3f60094321b400 (patch) | |
tree | 820663c94e9893d7464886ee7935761ec62accbc | |
parent | 25302d1c32d644503c2d0fdd3855c5d759d834a2 (diff) |
* Document in ssh(1) that '-S none' disables connection sharing
(closes: #471437).
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | ssh.1 | 5 |
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 @@ | |||
1 | openssh (1:4.7p1-5) UNRELEASED; urgency=low | 1 | openssh (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 | ||
@@ -559,7 +559,10 @@ will only succeed if the server's | |||
559 | option is enabled (see | 559 | option 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 |
562 | Specifies the location of a control socket for connection sharing. | 562 | Specifies the location of a control socket for connection sharing, |
563 | or the string | ||
564 | .Dq none | ||
565 | to disable connection sharing. | ||
563 | Refer to the description of | 566 | Refer to the description of |
564 | .Cm ControlPath | 567 | .Cm ControlPath |
565 | and | 568 | and |