From unknown Thu Mar 28 17:46:19 2024 X-Loop: owner@bugs.x2go.org Subject: Bug#590: [X2Go-Dev] Bug#590: X2Go Client for Windows with libssh-0.5.x: cannot connect to hpn-enabled SSH servers Reply-To: Michael DePaulo , 590@bugs.x2go.org Resent-From: Michael DePaulo Resent-To: x2go-dev@lists.x2go.org Resent-CC: X2Go Developers X-Loop: owner@bugs.x2go.org Resent-Date: Wed, 03 Sep 2014 05:35:02 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.x2go.org X-X2Go-PR-Message: followup 590 X-X2Go-PR-Package: x2goclient X-X2Go-PR-Keywords: Received: via spool by 590-submit@bugs.x2go.org id=B590.140972234913476 (code B ref 590); Wed, 03 Sep 2014 05:35:02 +0000 Received: (at 590) by bugs.x2go.org; 3 Sep 2014 05:32:29 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham version=3.3.2 Received: from mail-we0-f178.google.com (mail-we0-f178.google.com [74.125.82.178]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id E74435DB52 for <590@bugs.x2go.org>; Wed, 3 Sep 2014 07:32:27 +0200 (CEST) Received: by mail-we0-f178.google.com with SMTP id u57so8031291wes.37 for <590@bugs.x2go.org>; Tue, 02 Sep 2014 22:32:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=0kYIngBJnKz/XqsJE8adzUPJ5pddKJXh6m+cRaL8gnI=; b=MqGgqrx2t/DBGpDUQ2c0CxO8Xk5TiMwudyjL5krv5UrF/Yv5rvXG2ocRXC65RBR5Ys C71joH8UmnuqMQ2YgxFUYvpdCxZc/STgh7kiZGy0hDA5xS8M9OJe22V5EnmslYdwY4PL xN9Fa57+TWYwKMHjHxe4TBtWM5Wz4yRUne5rdsa7nFC3KK1KXmQ1qnKx+Hnc1udI/Gd5 0H98kWnNmQKRabbwHiL/2VeBw13II8r2J7shxvC+sQGfvGLR+zVSQF0VA54Weed7JKLM jkMzj9AQ2JbnliJyp0/1CMmZdr9KW6ML0M6QfjrjyJAaJheDaDKypgoevaBvIuHYj9ds h7YA== MIME-Version: 1.0 X-Received: by 10.181.8.70 with SMTP id di6mr32259576wid.78.1409722347534; Tue, 02 Sep 2014 22:32:27 -0700 (PDT) Received: by 10.180.238.66 with HTTP; Tue, 2 Sep 2014 22:32:27 -0700 (PDT) In-Reply-To: <20140902183149.6a4b470d@shanghai.paradoxon.rec> References: <20140902183149.6a4b470d@shanghai.paradoxon.rec> Date: Wed, 3 Sep 2014 01:32:27 -0400 Message-ID: From: Michael DePaulo To: 590@bugs.x2go.org Cc: Lars Wendler , Oleksandr Shneyder Content-Type: text/plain; charset=UTF-8 Control: found -1 4.0.2.1 Control: severity -1 normal On Tue, Sep 2, 2014 at 12:31 PM, Lars Wendler wrote: > Package: x2goclient > Version: some future release > > Hi, > > I'd like to request an update of libssh to version 0.6.x for the > Windows build of the X2Go Client software. > The current Windows builds which are shipped with libssh-0.5.5 have a > connection problem with hpn-enabled openssh servers [1]. > We at Gentoo already faced the same problem a while ago [2]. > > The problem looks like this: > After a successful login with libssh-0.5.x to the hpn-enabled > openssh server the connection just hangs. There's no further data being > transferred from or to the server. This results in the X2Go Client to > hang as well. > After upgrading libssh to version 0.6.x the problem disappears. > > [1] http://www.psc.edu/index.php/hpn-ssh > [2] https://bugs.gentoo.org/482548 > > Kind regards > -- > Lars Wendler > Gentoo package maintainer > GPG: 4DD8 C47C CDFA 5295 E1A6 3FC8 F696 74AB 981C A6FC [...] Alex, Do you have time to try to build libssh 0.6.3 like you did for 0.5.5? If not, I'll try to do so over the next week or 2. Like before, you need to incorporate the pageant patch: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=448 However, it does not apply cleanly. Many of the hunks fail. You are much better at C programming than I am. The 2 other patches (libssh-0.5.x-accept-forward.patch & libssh-0.5.x-unblock.patch) have been upstreamed. -Mike#2