View | Details | Raw Unified | Return to bug 1088
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +3 lines)
Line  Link Here
0
-- ssh_config.0        2005-09-21 16:09:43.000000000 +0530
0
++ newssh_config.0     2005-09-21 16:11:47.000000000 +0530
Lines 5-11 Link Here
5
             Additional sessions can connect to this socket using the same
5
             Additional sessions can connect to this socket using the same
6
             ControlPath with ControlMaster set to ``no'' (the default).
6
             ControlPath with ControlMaster set to ``no'' (the default).
7
             These sessions will reuse the master instance's network connec-
7
             These sessions will reuse the master instance's network connec-
8
             tion rather than initiating new ones.  Setting this to ``ask''
8
             tion if it already exists,otherwise gracefully fallback
9
             to new TCP connection. Setting this to ``ask'
9
             will cause ssh to listen for control connections, but require
10
             will cause ssh to listen for control connections, but require
10
             confirmation using the SSH_ASKPASS program before they are ac-
11
             confirmation using the SSH_ASKPASS program before they are ac-
11
             cepted (see ssh-add(1) for details).  If the ControlPath can not
12
             cepted (see ssh-add(1) for details).  If the ControlPath can not

Return to bug 1088