X2Go Bug report logs -
#76
Fails to use my local SSH agent
Reported by: Reinhard Tartler <siretart@gmail.com>
Date: Thu, 6 Dec 2012 08:18:02 UTC
Severity: normal
Tags: moreinfo, pending
Found in version 0.2.0.4-0~789~precise1
Done: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded
to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>
:
Bug#76
; Package pyhoca-gui
.
(Thu, 06 Dec 2012 08:18:02 GMT) (full text, mbox, link).
Acknowledgement sent
to Reinhard Tartler <siretart@gmail.com>
:
New Bug report received and forwarded. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>
.
(Thu, 06 Dec 2012 08:18:02 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.x2go.org (full text, mbox, reply):
Package: pyhoca-gui
Version: 0.2.0.4-0~789~precise1
It would be nice if pyhoca-gui could just reuse my local sshagent,
which happens to be gnome-keyring-daemon.
--
regards,
Reinhard
Information forwarded
to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>
:
Bug#76
; Package pyhoca-gui
.
(Thu, 06 Dec 2012 08:48:01 GMT) (full text, mbox, link).
Acknowledgement sent
to Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>
.
(Thu, 06 Dec 2012 08:48:02 GMT) (full text, mbox, link).
Message #10 received at 76@bugs.x2go.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
tag #76 moreinfo
thanks
HI Reinhard,
On Do 06 Dez 2012 09:13:11 CET Reinhard Tartler wrote:
> Package: pyhoca-gui
> Version: 0.2.0.4-0~789~precise1
>
> It would be nice if pyhoca-gui could just reuse my local sshagent,
> which happens to be gnome-keyring-daemon.
There are several reasons for not using gnome-keyring as ssh-agent, see:
http://dtek.net/blog/how-stop-gnome-keyring-clobbering-opensshs-ssh-agent-ubuntu-1204
The main problem you have with gnome-keyring (at least on squeeze,
untested on wheezy) is this:
The below command sequence should create an SSH agent forwarding chain
back to the local-machine host:
local-machine$ ssh -A user-1@server-1
server-1$ ssh -A user-2@server-2
server-2$ ssh -A user-3@server-3
This works flawlessly with ssh-agent, but fails with gnome-keyring.
gnome-keyring simple loads the local keys (by finding them under their
default names). That's it.
Expected behaviour would be: mix auth info from the forwarded
ssh-agent (running on local-machine) with SSH keys found in .ssh on
the local-system.
Are you affected by this restriction of GNOME keyring?
Maybe time to disable SSH agent functionality in GNOME-keyring?
Mike
--
DAS-NETZWERKTEAM
mike gabriel, rothenstein 5, 24214 neudorf-bornstein
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)]
Added tag(s) moreinfo.
Request was from Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
to control@bugs.x2go.org
.
(Thu, 06 Dec 2012 08:48:02 GMT) (full text, mbox, link).
Information forwarded
to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>
:
Bug#76
; Package pyhoca-gui
.
(Thu, 06 Dec 2012 08:59:46 GMT) (full text, mbox, link).
Acknowledgement sent
to Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>
.
(Thu, 06 Dec 2012 08:59:46 GMT) (full text, mbox, link).
Message #17 received at 76@bugs.x2go.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Hi Reinhard,
On Do 06 Dez 2012 09:13:11 CET Reinhard Tartler wrote:
> Package: pyhoca-gui
> Version: 0.2.0.4-0~789~precise1
>
> It would be nice if pyhoca-gui could just reuse my local sshagent,
> which happens to be gnome-keyring-daemon.
Ah... I just realized... The current HEAD of code can reuse the local
ssh-agent and it can also forward ssh-agent auth requests in the X2Go
session back to the client pyhoca-gui runs on (feature not yet in
x2goclient).
What I wrote in my previous mail applies to the HEAD of
pyhoca-gui/python-x2go code.
Mike
--
DAS-NETZWERKTEAM
mike gabriel, rothenstein 5, 24214 neudorf-bornstein
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)]
Information forwarded
to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>
:
Bug#76
; Package pyhoca-gui
.
(Thu, 06 Dec 2012 08:59:46 GMT) (full text, mbox, link).
Acknowledgement sent
to Reinhard Tartler <siretart@gmail.com>
:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>
.
(Thu, 06 Dec 2012 08:59:46 GMT) (full text, mbox, link).
Message #22 received at 76@bugs.x2go.org (full text, mbox, reply):
On Thu, Dec 6, 2012 at 9:43 AM, Mike Gabriel
<mike.gabriel@das-netzwerkteam.de> wrote:
> Are you affected by this restriction of GNOME keyring?
No, I am not, because I do not want to use SSH Agent forward. All I
want is that pyhoca uses my local ssh agent, which happens to be
gnome-keyring.
> Maybe time to disable SSH agent functionality in GNOME-keyring?
No, because I quite enjoy using it. Does your response mean that
pyhoca does simply not work work with the gnome ssh agent?
--
regards,
Reinhard
Added tag(s) pending.
Request was from Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
to control@bugs.x2go.org
.
(Thu, 06 Dec 2012 08:59:46 GMT) (full text, mbox, link).
Information forwarded
to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>
:
Bug#76
; Package pyhoca-gui
.
(Tue, 11 Dec 2012 11:03:03 GMT) (full text, mbox, link).
Acknowledgement sent
to Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>
.
(Tue, 11 Dec 2012 11:03:03 GMT) (full text, mbox, link).
Message #29 received at 76@bugs.x2go.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
close #24
close #76
thanks
This issue has been solved in PyHoca-GUI release 0.2.1.0.
Greets,
Mike
--
DAS-NETZWERKTEAM
mike gabriel, rothenstein 5, 24214 neudorf-bornstein
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)]
Marked Bug as done
Request was from Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
to control@bugs.x2go.org
.
(Tue, 11 Dec 2012 11:03:03 GMT) (full text, mbox, link).
Notification sent
to Reinhard Tartler <siretart@gmail.com>
:
Bug acknowledged by developer.
(Tue, 11 Dec 2012 11:03:03 GMT) (full text, mbox, link).
Bug archived.
Request was from Debbugs Internal Request <git-admin@x2go.org>
to internal_control@bugs.x2go.org
.
(Wed, 09 Jan 2013 06:24:01 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
X2Go Developers <owner@bugs.x2go.org>.
Last modified:
Mon May 19 20:16:44 2025;
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.