X2Go Bug report logs - #235
x2goclient error messages regarding sshd are confusing

version graph

Package: x2goclient; Maintainer for x2goclient is X2Go Developers <x2go-dev@lists.x2go.org>; Source for x2goclient is src:x2goclient.

Reported by: Anders Bruun Olsen <abo@dsl.dk>

Date: Tue, 11 Jun 2013 09:18:01 UTC

Severity: minor

Tags: pending

Found in version 4.0.1.0

Fixed in version 4.0.2.1

Done: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

Bug is archived. No further changes may be made.

Full log


🔗 View this message in rfc822 format

X-Loop: owner@bugs.x2go.org
Subject: Bug#235: [X2Go-Dev] Bug#235: x2goclient error messages regarding sshd are confusing
Reply-To: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, 235@bugs.x2go.org
Resent-From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Resent-To: x2go-dev@lists.berlios.de
Resent-CC: X2Go Developers <x2go-dev@lists.berlios.de>
X-Loop: owner@bugs.x2go.org
Resent-Date: Fri, 14 Jun 2013 10:33:02 +0000
Resent-Message-ID: <handler.235.B235.137120514716205@bugs.x2go.org>
Resent-Sender: owner@bugs.x2go.org
X-X2Go-PR-Message: followup 235
X-X2Go-PR-Package: x2goclient
X-X2Go-PR-Keywords: 
Received: via spool by 235-submit@bugs.x2go.org id=B235.137120514716205
          (code B ref 235); Fri, 14 Jun 2013 10:33:02 +0000
Received: (at 235) by bugs.x2go.org; 14 Jun 2013 10:19:07 +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=0.0 required=5.0 tests=URIBL_BLOCKED autolearn=ham
	version=3.3.2
Received: from freya.das-netzwerkteam.de (freya.das-netzwerkteam.de [88.198.48.199])
	by ymir (Postfix) with ESMTPS id 066865DB15
	for <235@bugs.x2go.org>; Fri, 14 Jun 2013 12:19:07 +0200 (CEST)
Received: from grimnir.das-netzwerkteam.de (grimnir.das-netzwerkteam.de [78.46.204.98])
	by freya.das-netzwerkteam.de (Postfix) with ESMTPS id DAB99392
	for <235@bugs.x2go.org>; Fri, 14 Jun 2013 12:19:06 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id CF2D03BC06
	for <235@bugs.x2go.org>; Fri, 14 Jun 2013 12:19:06 +0200 (CEST)
X-Virus-Scanned: Debian amavisd-new at grimnir.das-netzwerkteam.de
Received: from grimnir.das-netzwerkteam.de ([127.0.0.1])
	by localhost (grimnir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id XG9oaJobI7gQ for <235@bugs.x2go.org>;
	Fri, 14 Jun 2013 12:19:06 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id ADF613BBFE
	for <235@bugs.x2go.org>; Fri, 14 Jun 2013 12:19:06 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id 90DC83BC06
	for <235@bugs.x2go.org>; Fri, 14 Jun 2013 12:19:06 +0200 (CEST)
Received: by grimnir.das-netzwerkteam.de (Postfix, from userid 33)
	id 0229F3BBFE; Fri, 14 Jun 2013 12:19:04 +0200 (CEST)
Received: from nocatv2.tng.de (nocatv2.tng.de [213.178.75.58]) by
 mail.das-netzwerkteam.de (Horde Framework) with HTTP; Fri, 14 Jun 2013
 12:19:04 +0200
Message-ID: <20130614121904.145779vb3ad1lna0@mail.das-netzwerkteam.de>
X-Priority: 3 (Normal)
Date: Fri, 14 Jun 2013 12:19:04 +0200
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: Anders Bruun Olsen <abo@dsl.dk>, 235@bugs.x2go.org
References:  <CAFJm-UOGytaGR4zFJ836QR=Oqp3CzRMxTxWaw18jGh+dFE4w7g@mail.gmail.com>
In-Reply-To:  <CAFJm-UOGytaGR4zFJ836QR=Oqp3CzRMxTxWaw18jGh+dFE4w7g@mail.gmail.com>
MIME-Version: 1.0
Content-Type: multipart/signed;
 boundary="=_77anvnfms5qw";
 protocol="application/pgp-signature";
 micalg="pgp-sha1"
Content-Transfer-Encoding: 7bit
User-Agent: Internet Messaging Program (IMP) H3 (4.3.4)
[Message part 1 (text/plain, inline)]
Hi Anders,

On Di 11 Jun 2013 11:11:06 CEST Anders Bruun Olsen wrote:

> X2goclient uses the same error dialog for three different (but related)
> problems. The error message is the one about sshd not running
> (printSshDError() in onmainwindow.cpp). The conditions are:
>
> 1. Unable to open host public key (line 7319)
> 2. Unable to open key for exports (line 7438)
> 3. Unable to open authorized_keys (line 7455)
>
> These should have distinct error messages, that does not just claim that
> sshd isn't running.
>
> Also, the current message tells the user to install sshd with "apt-get
> install openssh-server". While I am an Ubuntu user, this message most
> definitely shouldn't be Debian/Ubuntu specific, since it is also given to
> both Windows and Mac users, not to mention Linux users on different
> distributions.

This one seems to be easily fixable. I will be happy about a patch for this.

Delegating the project work ;-)
Mike


-- 

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
[Message part 2 (application/pgp-signature, inline)]

Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Thu Apr 25 09:01:02 2024; Machine Name: ymir.das-netzwerkteam.de

X2Go Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.