summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-06-26 08:56:03 +1000
committerDamien Miller <djm@mindrot.org>2005-06-26 08:56:03 +1000
commit8f74c8fc3216af41e466dbe7abbe8660679588ad (patch)
tree7b8e746dc78cf1bf92c75a8fc57874bb922413ee /ssh_config.5
parent9651fe690a95378cdb9b2a1cf3e8c5cb625052c7 (diff)
downloadopenssh-git-8f74c8fc3216af41e466dbe7abbe8660679588ad.tar.gz
- djm@cvs.openbsd.org 2005/06/18 04:30:36
[ssh.c ssh_config.5] allow ControlPath=none, patch from dwmw2 AT infradead.org; ok dtucker@
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.56
1 files changed, 4 insertions, 2 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index a04ffc28..3e7ca8f2 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: ssh_config.5,v 1.56 2005/06/08 11:25:09 djm Exp $
+.\" $OpenBSD: ssh_config.5,v 1.57 2005/06/18 04:30:36 djm Exp $
.Dd September 25, 1999
.Dt SSH_CONFIG 5
.Os
@@ -293,7 +293,9 @@ option.
Specify the path to the control socket used for connection sharing as described
in the
.Cm ControlMaster
-section above.
+section above or the string
+.Dq none
+to disable connection sharing.
In the path,
.Ql %h
will be substituted by the target host name,