X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <20110307135144.GD18640@calimero.vinschen.de> References: <4D6E7D6A DOT 30300 AT gmail DOT com> <20110303093450 DOT GA16272 AT calimero DOT vinschen DOT de> <20110307134057 DOT GB18640 AT calimero DOT vinschen DOT de> <20110307135144 DOT GD18640 AT calimero DOT vinschen DOT de> Date: Mon, 7 Mar 2011 10:29:44 -0500 Message-ID: Subject: Re: ssh ... PTY allocation request failed on channel 0 From: Mirko Vukovic To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Mon, Mar 7, 2011 at 8:51 AM, Corinna Vinschen wrote: > On Mar =A07 14:40, Corinna Vinschen wrote: >> On Mar =A07 08:18, Mirko Vukovic wrote: >> > On Thu, Mar 3, 2011 at 4:34 AM, Corinna Vinschen wrote: >> > > On Mar =A02 15:06, Mirko Vukovic wrote: >> > >> So, to summarize, >> > >> >> > >> - from work, I can access github using ssh 4.3, but not ssh 5.8 (I = get >> > >> =A0`connection reset by peer', or` remote end hang up unxepectedly'= ), >> > >> - from home, ssh 5.8 gives me the PTY error, but I can perform push >> > >> =A0 to github. >> > > >> > > Did you try to revert to openssh 5.6p1-2? >> > >> > Yes. =A0It behaves the same way (PTY error, but git push origin master= works) >> > >> > Where can I find 5.5 of openSSH? =A0I had that ssh working from Octobe= r 2010. >> > >> > Or do I have to get the sources and compile them? >> >> Yes, but they build out of the box. >> >> However, what Dave wrote still applies. =A0If you run an ssh client, it >> does not try to create a pty. =A0The pty creation occurs solely on the >> server side. >> >> The difference may be that the client requests a pty, while the other >> client doesn't =A0 This can be a result of different ssh config settings. >> Check you ~/.ssh/config file. > > ... and then there's also the -T option, see `man ssh'. > > Thanks, BTW, I accept Dave's explanation. I just don't fully understand what's going on. Time to finally dig into ssh :-) -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple