delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/12/21/03:56:51

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:date:from:to:subject:message-id:reply-to
:references:mime-version:content-type:in-reply-to; q=dns; s=
default; b=bejsX6hy6Js0fztbc2RlHGlJw7fED3gtXrMKNKo/KLPP6jxHW72nW
wXQEVY0/2jRdwXiI24TFRMcWJrW3tfT6zBquAZF6ME/fT6VSclPRIlmhB0qCkaEy
svbq/7a6o7W9owopyHo/Dm717WXwGnmlmH0CIci6EaAEcMkAssmBJI=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:date:from:to:subject:message-id:reply-to
:references:mime-version:content-type:in-reply-to; s=default;
bh=TXdb70dr7br+1W24seSCFunbL8Y=; b=ka/7yJndpIk6GHAxRtF8am5tVfYE
s3/AjIeQ25MzYKRCLJei+ANv1w6Yj6tXDqGz6mfX3hUTA+hxbMbrdxi1KFi8c61Z
V46t86JniX9Zm3zlGRqkwAic49JDRH/6JXoIQF5F+Hg671Q4zjW/kATPTx6j2apm
GAWkQuMK8QJmVtU=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-101.6 required=5.0 tests=BAYES_00,GOOD_FROM_CORINNA_CYGWIN,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=donmez, Donmez, Ismail, H*i:sk:12-yg AT m
X-HELO: drew.franken.de
Date: Wed, 21 Dec 2016 09:56:23 +0100
From: Corinna Vinschen <corinna-cygwin AT cygwin DOT com>
To: cygwin AT cygwin DOT com
Subject: Re: [ANNOUNCEMENT] Updated: OpenSSH-7.4p1-1
Message-ID: <20161221085623.GD28343@calimero.vinschen.de>
Reply-To: cygwin AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
References: <announce DOT 20161220204451 DOT GA11925 AT calimero DOT vinschen DOT de> <CAFo71_6_9qrgn8L5Zg=m+_3pUz53SB321XPnAUuqJ=Ss+12-yg AT mail DOT gmail DOT com>
MIME-Version: 1.0
In-Reply-To: <CAFo71_6_9qrgn8L5Zg=m+_3pUz53SB321XPnAUuqJ=Ss+12-yg@mail.gmail.com>
User-Agent: Mutt/1.7.1 (2016-10-04)

--eRtJSFbw+EEWtPj3
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Dec 20 23:46, Ismail Donmez wrote:
> On Tue, Dec 20, 2016 at 9:44 PM, Corinna Vinschen wrote:
> > I've just updated the Cygwin version of OpenSSH to 7.4p1-1.
> >
> > This is primarily an upstream bugfix release.
> >
> > Below's the original release message.
> [...]
> >  * ssh(1): Add a proxy multiplexing mode to ssh(1) inspired by the
> >    version in PuTTY by Simon Tatham. [...]
>=20
> Looks like this could be used for connection multiplexing on Cygwin.
> Since it doesn't seem to be documented I am not sure how one can test
> it, but ...
>=20
> with
>=20
>=20
> Host *
> ControlMaster auto
> ControlPath ~/.ssh/master-%r@%h:%p
>=20
> latte ~ > ssh i10z.com
> mux_client_request_session: read from master failed: Connection reset by =
peer
> Failed to connect to new control master
>=20
> --> Fails as expected, lets retry.
>=20
> latte ~ > ssh i10z.com
> mux_client_request_session: read from master failed: Connection reset by =
peer
> ControlSocket /home/ismail/.ssh/master-ismail AT i10z DOT com:22 already
> exists, disabling multiplexing
> Welcome to Ubuntu 16.10 (GNU/Linux 4.8.0-30-generic x86_64)
>=20
>  * Documentation:  https://help.ubuntu.com
>  * Management:     https://landscape.canonical.com
>  * Support:        https://ubuntu.com/advantage
> Last login: Tue Dec 20 23:42:56 2016 from 2a02:810d:8ac0:a3c:de8:1380:f2c=
2:bc79
>=20
> --> Started a new session and created the master too.
>=20
> latte ~ > ssh -O proxy i10z.com
> Welcome to Ubuntu 16.10 (GNU/Linux 4.8.0-30-generic x86_64)
>=20
>  * Documentation:  https://help.ubuntu.com
>  * Management:     https://landscape.canonical.com
>  * Support:        https://ubuntu.com/advantage
> Last login: Tue Dec 20 23:43:02 2016 from 2a02:810d:8ac0:a3c:de8:1380:f2c=
2:bc79
>=20
> --> Started a new session.
>=20
> latte ~ > ssh -O proxy i10z.com
> Last login: Tue Dec 20 23:43:06 2016 from 2a02:810d:8ac0:a3c:de8:1380:f2c=
2:bc79
>=20
> --> Voila, it used the existing connection!
>=20
> And after that it indeed seems to be using the old connection as long
> as you specify -O proxy option.
>=20
> Something to play with I guess.

Neat.


Thanks,
Corinna

--=20
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

--eRtJSFbw+EEWtPj3
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJYWkO3AAoJEPU2Bp2uRE+gAxMP/3Nu6YpsQy3fn2tHZDbokwtC
VWf1yUcR4cD0gmkhXuWcKMee8YOa8WdS+yrRJ1EMC5xHijhucd2/13J02vK7ajEE
qsTXVyBXt7FPBx7auk+hmoWF3+1dyYA6vATOcG5aYRL4KwkoD+FXFmM9bYrQtXA8
VXLRz8fOt3gKfU2fL5ViMSucuK4xPb1R77nV+1E7XZtve6AP8UbCKaj0z9nE/kH5
qBd7bOHTyyw2b6cE3XnvTilqiFLDRcUN0YSc5mR9YQLIi4T3XvYGxMa+zBm1oEsA
vodzeCrZF72ILzKVb+r8eMu9QmOgszZ/vdoSC868j6Q/dmfN4LHcCVtxpW852yTG
m7UVLPpvX0tOs9hXbrirqs374gWrxDYz2SbSI6ThsWYC5TUD6b2Bs2Nz/FDJu1BW
1WEPBT3oNEJNa3ik1hrtJYEGZpyyVBI9FsGCZ/hExszA3DaASjRCrSP3r8jtKmZ6
mcMq8blnBKvfMqtbfPgwFM2++qAPHdNRbi145Eq3JBkmxuWhGd3tQab1+u3UBERK
K1qWnGda6zRauhimIfjCpuWxlC4SjqdiXs7AZ5jZheBHlN4ZVclaiFUxkeoZCcmq
X571NoXEGYLRF7E4jUUkmCzz7B46iBxW9kHIX6D1CWLIF67M6+tKojWYT2BcZbPK
u8gDxW7WEvf0mJymGkmR
=bbL0
-----END PGP SIGNATURE-----

--eRtJSFbw+EEWtPj3--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019