diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ssh_config.5 | 8 |
2 files changed, 10 insertions, 4 deletions
@@ -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 | ||
58 | 20051102 | 62 | 20051102 |
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 | |||
263 | set to | 263 | set to |
264 | .Dq no | 264 | .Dq no |
265 | (the default). | 265 | (the default). |
266 | These sessions will reuse the master instance's network connection rather | 266 | These sessions will try to reuse the master instance's network connection |
267 | than initiating new ones. | 267 | rather than initiating new ones, but will fall back to connecting normally |
268 | if the control socket does not exist, or is not listening. | ||
269 | .Pp | ||
268 | Setting this to | 270 | Setting this to |
269 | .Dq ask | 271 | .Dq ask |
270 | will cause | 272 | will cause |