[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect

2011-12-22 Thread scnaifeh
I think I have the same issue as @circlecode on Oneiric.  In the past,
when I ran ssh from any terminal, the gui ssh askpass dialog came up,
and my keys were automatically added to the agent.  With Oneiric, I have
to manually ssh-add my key or I have to enter the passphrase every time
I run ssh.  This is on a clean install of Oneiric.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/375341

Title:
  ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/375341/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect

2011-10-26 Thread Matthieu codron
I can see a regression in Oneiric, but I don't know if this has to be added to 
this bug:
I have both Natty and Oneiric on the same laptop (both are fresh installs, no 
upgrades).
I share my .ssh between the two (symlinked from /media/Data)

When I start Natty, all keys under ~/.ssh are available and managed by 
ssh-askpass (in addition, ssh-add -l shows all of them)
When I start Oneiric, only ~/.ssh/id_[rsa|dsa] are available, and I have to 
manually launch ssh-add on the keys I want to add...

I have greped across all the config files I could suspect on Natty, and
did not found any explicit reference to these keys, so I assume they
were automatically discovered.

This does not seem to be the case in oneiric.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/375341

Title:
  ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/375341/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect

2011-10-26 Thread Matthieu codron
as an addition, when I use vinagre, it seems it correctly detects all of
my keys and graphically asks for my key passphrase, and remember it
across disconnections (It seems the dialog is not ssh-askpass since it
offers much more options, including the time the key sould remain
unlocked), but event after the key has been unlocked by vinagre, ssh in
a shell does not provide the key to the remote host unless I choose it
wit ssh -i...

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/375341

Title:
  ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/375341/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect

2011-03-08 Thread andrew
This bug/behaviour change has appeared again in Natty.

It was working fine on this system (fresh 10.04 install, dist-upgraded
to 10.10, where it still worked great, but dist-upgrading to 11.04 alpha
1 broke it and it's been broken ever since.)

$ ls -ld /home/andrew/.ssh
drwx-- 2 andrew andrew 4096 2011-02-18 13:13 /home/andrew/.ssh

$ ls -l /home/andrew/.ssh/config
-rw--- 1 andrew andrew 149 2010-02-21 20:30 /home/andrew/.ssh/config

$ cat /home/andrew/.ssh/config
IdentityFile ~/.ssh/akohlsmith2.key
ForwardAgent yes

$ ls -l /home/andrew/.ssh/akohlsmith2.key*
-rw--- 1 andrew andrew 736 2009-04-26 08:40 
/home/andrew/.ssh/akohlsmith2.key
-rw-r--r-- 1 andrew andrew 612 2009-04-26 08:40 
/home/andrew/.ssh/akohlsmith2.key.pub

If I ssh-add /home/andrew/.ssh/akohlsmith2.key, ssh-agent finds the key
just fine.  ssh-agent is simply not listening to ~/.ssh/config, which is
a new/different behaviour from 10.10.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/375341

Title:
  ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect

2011-03-08 Thread andrew
I forgot to mention that I am running kubuntu-desktop (have been since
10.04) and not ubuntu-desktop so I am fairly certain it has nothing to
do with gnome-keyring.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/375341

Title:
  ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


Re: [Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect

2010-11-24 Thread Matt Darcy
The key can be played anywhere you want as long as it's in line with the
config, the important part is the public and private  key are both
there.

-Original Message-

From: jchronakis jchrona...@gmail.com
Sent: Tue, 23 Nov 2010 21:23:20 -
To: m...@projecthugo.co.uk
Received: 23-Nov-2010 21:32:11 +
Subject: [Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical 
prompt on connect

So, the conclusion is that ssh-askpass will not show if the key is
placed in any other location than .ssh ?

It seems so, for every key under .ssh (regardless of filename), ssh-
askpass launches properly. But if the key is somewhere else ssh-askpass
ignores .ssh/config

It seems like a bug to me, unless ssh-askpass is supposed not to follow
.ssh/config

Btw, the behaviour describe here was consistent in:
Ubuntu 10.10 - Maverick Meerkat
Both 32 and 64 bit

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a direct subscriber
of the bug.

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect

2010-11-23 Thread jchronakis
So, the conclusion is that ssh-askpass will not show if the key is
placed in any other location than .ssh ?

It seems so, for every key under .ssh (regardless of filename), ssh-
askpass launches properly. But if the key is somewhere else ssh-askpass
ignores .ssh/config

It seems like a bug to me, unless ssh-askpass is supposed not to follow
.ssh/config

Btw, the behaviour describe here was consistent in:
Ubuntu 10.10 - Maverick Meerkat
Both 32 and 64 bit

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect

2010-11-22 Thread Vincent Ladeuil
Just bitten again while setting up a new maverick host (found the bug #
in my setup notes :-/)

Should I re-open the bug ?

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


Re: [Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect

2010-11-22 Thread Matt Darcy
Check the notes, and it will explain the fix, it's actually not a bug,
but a change in behaviour, took me a while to get to the bottom of it.

Matt


On 22/11/10 15:39, Vincent Ladeuil wrote:
 Just bitten again while setting up a new maverick host (found the bug #
 in my setup notes :-/)
 
 Should I re-open the bug ?


-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect

2010-04-14 Thread eremit7
For ssh, not ssh-add, ssh askpass is launched and you get keys in the
gnome keyring with lucid!

Wunderfull, makes things much easier for me.

** Changed in: gnome-keyring (Ubuntu)
   Status: Confirmed = Fix Released

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect

2010-01-23 Thread Matt Darcy
ssh-add does work either as a work around.

env from a failing 9.10 box looks like this

ma...@lore:~$ env | grep ssh
SSH_AUTH_SOCK=/tmp/keyring-q5qKgb/socket.ssh


Just to be clear as the additional bug appears to have been deleted this bug 
effects anything post 8.10, that's 9.04 and 9.10 I am yet to test with lucid.

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect

2010-01-23 Thread Matt Darcy
sorry env looks like this

SSH_AGENT_PID=1733
SSH_AUTH_SOCK=/tmp/keyring-q5qKgb/socket.ssh

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect

2010-01-11 Thread Sebastien Bacher
because questions have been added and informations requested

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect

2010-01-10 Thread Matt Darcy
why has this bug's status been changed from confirmed to incomplete ?

** Changed in: gnome-keyring (Ubuntu)
   Status: Incomplete = Confirmed

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect

2010-01-08 Thread Matt Darcy
I will update this later on as I don't have access to exactly the same
hardware today.

I will confirm this on 9.10 64bit as that is what the laptop in question
currently has installed, that said, if you would like me to confirm this
on 9.10 32bit or 9.04 32/64bit Id be happy to do so, is the output of
env enough from the failing 9.10 laptop.

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect

2010-01-08 Thread lazaro
I confirmed another thing, put your public key in the .ssh directory and
the dialog box will appear

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect

2010-01-08 Thread Matt Darcy
that's where my public key is and has always been

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect

2010-01-08 Thread eremit7
Running ssh-add dosn't work around the issue, no graphical prompt is
launched.

Here are the requested environment variables:

env|grep -i ssh

SSH_AGENT_PID=1887
SSH_AUTH_SOCK=/tmp/keyring-FtGgax/socket.ssh

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect

2010-01-07 Thread Sebastien Bacher
does running ssh-add workaround the issue?

** Summary changed:

- ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 
9.04
+ ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect

2010-01-07 Thread Sebastien Bacher
could you also run env | grep -i ssh and copy that to a comment?

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect

2010-01-07 Thread Sebastien Bacher
bug #348126 is somewhat similar

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect

2010-01-07 Thread Sebastien Bacher
(the bug mentioned before should be fixed in karmic)

** Changed in: gnome-keyring (Ubuntu)
   Status: Confirmed = Incomplete

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 9.04

2009-09-30 Thread Vincent Ladeuil
Coming here after having scratching my head for a couple of days.
I can confirm that adding the public keys in the .ssh folder address the issue.
By that I mean that I'm prompted graphically and not on the command line but
*also* that I'm prompted only once for additional keys.
I'm using different keys for different hosts via the IdentityFile option in 
.ssh/config
and all keys except .ssh/id_rsa weren't remembered by the agent anymore.

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 
9.04
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 9.04

2009-09-22 Thread bcclaywell
I've had the same issue as the original reporter since my clean install
of jaunty, but brynhood's comment above about public keys inspired me to
check to see if I even had a public key in my .ssh directory. I did not.
Creating one (id_rsa.pub) from my private key (id_rsa) apparently solved
part of the problem -- instead of being asked for my passphrase at the
console, a gnome dialog popped up instead. However, successful entry of
my passphrase still did not result in a successful login, even though my
private key was unlocked and cached in the seahorse agent. Here's the
debug info from an unsuccessful ssh attempt (which works fine if
id_rsa.pub does *not* exist, and as such I enter my passphrase at the
console):

[...]
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering public key: /home/brian/.ssh/id_rsa
debug1: Server accepts key: pkalg ssh-rsa blen 276
[at this point, the gnome dialog popped up and asked for my passphrase]
debug1: Authentications that can continue: publickey
debug1: Trying private key: /home/brian/.ssh/identity
debug1: Trying private key: /home/brian/.ssh/id_dsa
debug1: No more authentication methods to try.
Permission denied (publickey).

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 
9.04
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 9.04

2009-09-22 Thread bcclaywell
For comparison, here's the debug info from a successful ssh attempt
(i.e., no id_rsa.pub, so I'm asked for my id_rsa passphrase at the
console):

[...]
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Trying private key: /home/brian/.ssh/identity
debug1: Trying private key: /home/brian/.ssh/id_rsa
debug1: PEM_read_PrivateKey failed
debug1: read PEM private key done: type unknown
Enter passphrase for key '/home/brian/.ssh/id_rsa': [passphrase]
debug1: read PEM private key done: type RSA
debug1: Authentication succeeded (publickey).
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessi...@openssh.com
debug1: Entering interactive session.
debug1: Requesting authentication agent forwarding.
debug1: Sending environment.
debug1: Sending env LANG = en_US.UTF-8
~ $

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 
9.04
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 9.04

2009-09-21 Thread brynhood
I observed that if you change the id_*sa.pub file in your .ssh directory
to something else (eg. mykeypublic.pub) then he will not lauch the gnome
keyring popup for unlocking the private key.  If you rename your public
key to the original (eg. id_dsa.pub) then again the gnome-keyring popup
is launced again.

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 
9.04
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 9.04

2009-09-02 Thread dino.korah
Yes, this is an issue for me as well.
I have tried setting up the SSH_ASKPASS env variable as well, doesnt seem to 
work!

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 
9.04
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 9.04

2009-08-29 Thread lazaro
I confirmed too this bug in varios i386 installations

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 
9.04
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 9.04

2009-07-12 Thread Matt Darcy
This bug has now been marked confirmed.

For the record I have confirmed this on 3 separate x86 and x86_64
hardware platforms,

3 clean 9.04 install both updated and from cd install,

one x86 and 86_64 on each platform.

Problem occurs on all 3 machines in all configurations

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 
9.04
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 9.04

2009-07-10 Thread bberto
I confirm this issue too... I've just installed 9.04 and this useful
feature used until yesterday on 8.10 doesn't work anymore.

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 
9.04
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 9.04

2009-05-24 Thread Andrew Brookins
I can confirm this issue on a clean install of 9.04.  In 8.10, I was
asked for the password of my key.  Now I have to use a login script.

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 
9.04
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 9.04

2009-05-21 Thread hasan
I can confirm this bug. On a fresh install of Ubuntu 9.04 I am being
asked for the passphrase every time I attempt to log in on the command
line.

The bug is *NOT* configuration specific as I have hardly changed any
configurations at all.

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 
9.04
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 9.04

2009-05-16 Thread eremit7
** Changed in: gnome-keyring (Ubuntu)
   Status: New = Confirmed

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 
9.04
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 9.04

2009-05-12 Thread Matt Darcy

** Attachment added: Screen shot 8.10 out of the box working
   
http://launchpadlibrarian.net/26627518/ubuntu-8.10-default-ssh-add-behaviour.png

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 
9.04
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 9.04

2009-05-12 Thread Matt Darcy

** Attachment added: Screen shot 9.04 out of the box (theme applied) failing 
to work
   
http://launchpadlibrarian.net/26627538/ubuntu904-default-ssh-add-behaviour.png

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 
9.04
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 9.04

2009-05-12 Thread Sebastien Bacher
Thank you for your bug report, not confirming the issue there, the ssh
agent is used by many people in the distribution team and works
correctly so it's probably something specific to your configuration

** Changed in: gnome-keyring (Ubuntu)
   Importance: Undecided = Low

** Changed in: gnome-keyring (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 
9.04
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 9.04

2009-05-12 Thread Matt Darcy
sorry - what do you mean not confirming the issue there

Do you have confirmation of someone using the ssh agent in the manner
described in the bug ?

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 
9.04
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 9.04

2009-05-12 Thread Matt Darcy
Sorry - I'll rephrase that

I don't understand your comment not confirming the issue there

Are you saying that gnome-ssh-askpass (ssh-askpass_) should work as it
has done in 8.04/8.10 in 9.04 also ?

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 
9.04
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 9.04

2009-05-12 Thread Sebastien Bacher
the ssh agent works fine here and for other people in the ubuntu team so
the bug is configuration specific

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 
9.04
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 9.04

2009-05-12 Thread Matt Darcy
so on connect ssh-agent is launching a graphical ssh-askpass session for
you, interesting.


My 9.04 laptop is a clean install on the same machine as the working 8.10 / 
8.04 configuration.

what information would you like provided to futher aid this bug ?

-- 
ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect. ubuntu 
9.04
https://bugs.launchpad.net/bugs/375341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs