summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-11-05 15:11:48 +1100
committerDamien Miller <djm@mindrot.org>2005-11-05 15:11:48 +1100
commitb3bfbb735583ed13d6141bba61bae0dc65fec291 (patch)
tree574759dd6c7989c7021813e130af486bf6cf09bd /ssh_config.5
parent319550a52b08a56eee54af494433bb9bca547d82 (diff)
- djm@cvs.openbsd.org 2005/10/30 01:23:19
[ssh_config.5] mention control socket fallback behaviour, reported by tryponraj AT gmail.com
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.58
1 files changed, 5 insertions, 3 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 2e38be950..fcbf1e594 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh_config.5,v 1.62 2005/09/19 11:37:34 djm Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.63 2005/10/30 01:23:19 djm Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
@@ -263,8 +263,10 @@ with
263set to 263set to
264.Dq no 264.Dq no
265(the default). 265(the default).
266These sessions will reuse the master instance's network connection rather 266These sessions will try to reuse the master instance's network connection
267than initiating new ones. 267rather than initiating new ones, but will fall back to connecting normally
268if the control socket does not exist, or is not listening.
269.Pp
268Setting this to 270Setting this to
269.Dq ask 271.Dq ask
270will cause 272will cause