[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