From mikedep333@gmail.com Sat Sep 17 15:56:45 2016 Received: (at 966) by bugs.x2go.org; 17 Sep 2016 13:56:51 +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.2 required=3.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_SORBS_SPAM,URIBL_BLOCKED autolearn=no version=3.3.2 Received: from localhost (localhost [127.0.0.1]) by ymir.das-netzwerkteam.de (Postfix) with ESMTP id 3E0835DA94 for <966@bugs.x2go.org>; Sat, 17 Sep 2016 15:56:44 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at ymir.das-netzwerkteam.de Received: from ymir.das-netzwerkteam.de ([127.0.0.1]) by localhost (ymir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id n8YpeetAPJfY for <966@bugs.x2go.org>; Sat, 17 Sep 2016 15:56:38 +0200 (CEST) Received: from mail-qk0-f176.google.com (mail-qk0-f176.google.com [209.85.220.176]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 1780B5DA91 for <966@bugs.x2go.org>; Sat, 17 Sep 2016 15:56:38 +0200 (CEST) Received: by mail-qk0-f176.google.com with SMTP id w204so111172086qka.0 for <966@bugs.x2go.org>; Sat, 17 Sep 2016 06:56:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=fuDSJCPxNpRV1bhwsxSgGk/36+e3CKwxsO3k/sZ6QaA=; b=htrmg20ImYzrzciZZphESHRA/DWrT3zXFeSB4ZfxQGgtXk+PyNfkyiEpFZ8IZ6AfJN 8qxdMbpM5lXi9ZeGzZvlFAKt3+aom4+CJVvUR0LOXM25Yg7YCe3vbCVM4FQ8Piiaw5yE gH67xGEnlO83tIwENDp34oUVM3EU3Xim90xrBGWG5DsQno9jW2c+bkv7rDDfB4r6+pd2 +md8ciIOmAX+tWhhqlNaagLRiudUPIQWAghBhnBEDdFzrTN3bHD1ALM/NwQaCTHo1LCh wA5NBeNjNa5FOTfL6QlnB7cBIIw0iA+8jmtoqgUIi1K/8HrydYnN2ebvmN412L1Sx01n sYqg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=fuDSJCPxNpRV1bhwsxSgGk/36+e3CKwxsO3k/sZ6QaA=; b=lYtE4rt0TL91BS4n55AtlBeSO1if+70D950jMqnqCnFjI3Q/sQRaW/luN4YZp2fBnF NPYJOXBv60eksfQtV5xR7VZ9lNXrYlRb2Z76H/Kdq5+XTQKVVsHyrI951QDPYxUAICFm CCCmW/cUgx87+mrMzdwg18j9Sv0gGxhbvlaZuXhif4/+EaYVC2nWdRZKeNGM/V1gEiTo Yrooff3QFc3/yos2P5DPdGsmODM9S+r4k4LXntBbYsBmgJYKK4E+MV7sNZH/VMSZB0Cj 2eCTw7Nqr1uPIftpEZvUoO2SRI9sQyxubdHiWgE8maIrJUl0RLrCS68fILN0dWKDazVE /fHQ== X-Gm-Message-State: AE9vXwONus1OUI4hRALyNl3wIaO5ddw15eShp8jbNkyhO/0JzyV5xjveRgUnoLfBDoBmWJqgyN6pgLSP7RSWoA== X-Received: by 10.55.119.134 with SMTP id s128mr21134076qkc.39.1474120596683; Sat, 17 Sep 2016 06:56:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.237.49.167 with HTTP; Sat, 17 Sep 2016 06:56:36 -0700 (PDT) From: Mike DePaulo Date: Sat, 17 Sep 2016 09:56:36 -0400 Message-ID: Subject: worksforme To: 966@bugs.x2go.org Content-Type: text/plain; charset=UTF-8 Hi Andrew, Sorry for the long delay. I ran a test with X2Go Client 4.0.5.1, and the connection was successful. This is the output from the command-line ssh: $ ssh 192.168.1.20 Test banner! Password: Last login: Sat Sep 17 09:43:55 2016 [mike@dropship ~]$ Note that the banner is configured with "Banner /etc/issue.net" in sshd_config. Also note that there has been restructuring of our code, both before and after 4.0.5.1's release, to improve our handling of keyboard-interactive authentication. Specifically, commits 10405481 & c5ee1ba6 (2016-01-29, before 4.0.5.1) and 044f22fd (2016-06-19, after 4.0.5.1, part of bug #1027). If you are still having trouble, please copy & paste the output from the command-line ssh. If you have Windows clients, use cygwin ssh. Also, please confirm that you are using "Banner /etc/issue.net" in order to display the banner. -Mike