mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 16:24:39 +02:00
- djm@cvs.openbsd.org 2005/10/30 01:23:19
[ssh_config.5] mention control socket fallback behaviour, reported by tryponraj AT gmail.com
This commit is contained in:
parent
319550a52b
commit
b3bfbb7355
@ -54,6 +54,10 @@
|
|||||||
- stevesk@cvs.openbsd.org 2005/10/17 14:13:35
|
- stevesk@cvs.openbsd.org 2005/10/17 14:13:35
|
||||||
[dns.c dns.h]
|
[dns.c dns.h]
|
||||||
more cleanups; ok jakob@
|
more cleanups; ok jakob@
|
||||||
|
- djm@cvs.openbsd.org 2005/10/30 01:23:19
|
||||||
|
[ssh_config.5]
|
||||||
|
mention control socket fallback behaviour, reported by
|
||||||
|
tryponraj AT gmail.com
|
||||||
|
|
||||||
20051102
|
20051102
|
||||||
- (dtucker) [openbsd-compat/bsd-misc.c] Bug #1108: fix broken strdup().
|
- (dtucker) [openbsd-compat/bsd-misc.c] Bug #1108: fix broken strdup().
|
||||||
@ -3187,4 +3191,4 @@
|
|||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3939 2005/11/05 04:11:15 djm Exp $
|
$Id: ChangeLog,v 1.3940 2005/11/05 04:11:48 djm Exp $
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: ssh_config.5,v 1.62 2005/09/19 11:37:34 djm Exp $
|
.\" $OpenBSD: ssh_config.5,v 1.63 2005/10/30 01:23:19 djm Exp $
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SSH_CONFIG 5
|
.Dt SSH_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
@ -263,8 +263,10 @@ with
|
|||||||
set to
|
set to
|
||||||
.Dq no
|
.Dq no
|
||||||
(the default).
|
(the default).
|
||||||
These sessions will reuse the master instance's network connection rather
|
These sessions will try to reuse the master instance's network connection
|
||||||
than initiating new ones.
|
rather than initiating new ones, but will fall back to connecting normally
|
||||||
|
if the control socket does not exist, or is not listening.
|
||||||
|
.Pp
|
||||||
Setting this to
|
Setting this to
|
||||||
.Dq ask
|
.Dq ask
|
||||||
will cause
|
will cause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user