summaryrefslogtreecommitdiff
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
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
-rw-r--r--ChangeLog6
-rw-r--r--ssh_config.58
2 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e546e1f4..533062b91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -54,6 +54,10 @@
54 - stevesk@cvs.openbsd.org 2005/10/17 14:13:35 54 - stevesk@cvs.openbsd.org 2005/10/17 14:13:35
55 [dns.c dns.h] 55 [dns.c dns.h]
56 more cleanups; ok jakob@ 56 more cleanups; ok jakob@
57 - djm@cvs.openbsd.org 2005/10/30 01:23:19
58 [ssh_config.5]
59 mention control socket fallback behaviour, reported by
60 tryponraj AT gmail.com
57 61
5820051102 6220051102
59 - (dtucker) [openbsd-compat/bsd-misc.c] Bug #1108: fix broken strdup(). 63 - (dtucker) [openbsd-compat/bsd-misc.c] Bug #1108: fix broken strdup().
@@ -3187,4 +3191,4 @@
3187 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 3191 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
3188 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 3192 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
3189 3193
3190$Id: ChangeLog,v 1.3939 2005/11/05 04:11:15 djm Exp $ 3194$Id: ChangeLog,v 1.3940 2005/11/05 04:11:48 djm Exp $
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