Re: [Lubuntu-qa] ssh not allowing password login if keys are an option

2013-03-11 Thread Julien Lavergne
2013/3/11 Jonathan Marsden : > On 03/10/2013 05:48 AM, Julien Lavergne wrote: > >> We had problems with SSH in the past, so we add a workaround in >> /usr/bin/startlubuntu: >> # Export Gnome-keyring variables if needed >> # See bug #664206 > > Thanks, this helps me understand the issue. However, t

Re: [Lubuntu-qa] ssh not allowing password login if keys are an option

2013-03-10 Thread Jonathan Marsden
On 03/10/2013 05:48 AM, Julien Lavergne wrote: > We had problems with SSH in the past, so we add a workaround in > /usr/bin/startlubuntu: > # Export Gnome-keyring variables if needed > # See bug #664206 Thanks, this helps me understand the issue. However, that bug refers to using a menu item "Pa

Re: [Lubuntu-qa] ssh not allowing password login if keys are an option

2013-03-10 Thread Lars Noodén
On 10.03.2013 19:40, Lars Noodén wrote: > On 10.03.2013 14:48, Julien Lavergne wrote: >> We had problems with SSH in the past, so we add a workaround in >> /usr/bin/startlubuntu: >> # Export Gnome-keyring variables if needed >> # See bug #664206 >> if which gnome-keyring-daemon >/dev/null; then >>

Re: [Lubuntu-qa] ssh not allowing password login if keys are an option

2013-03-10 Thread Lars Noodén
On 10.03.2013 14:48, Julien Lavergne wrote: > We had problems with SSH in the past, so we add a workaround in > /usr/bin/startlubuntu: > # Export Gnome-keyring variables if needed > # See bug #664206 > if which gnome-keyring-daemon >/dev/null; then >export $(/usr/bin/gnome-keyring-daemon --

Re: [Lubuntu-qa] ssh not allowing password login if keys are an option

2013-03-10 Thread Julien Lavergne
2013/3/10 Jonathan Marsden : > WORKAROUND: > > If you do: > > killall gnome-keyring-daemon > unset GNOME_KEYRING_PID GNOME_KEYRING_CONTROL > SSH_AUTH_SOCK=$(find /tmp/ssh-* -type s -name "agent.*" |head -1) > > you will then (!) have much more normal SSH operation, with the ssh > client using

Re: [Lubuntu-qa] ssh not allowing password login if keys are an option

2013-03-09 Thread Jonathan Marsden
Lars, On 03/09/2013 08:07 AM, Lars Noodén wrote: > It seems that the new setup with Lubuntu won't allow me to log in via > SSH using a password if using a key is also an option. If I connect to > the server in LXTerminal > > ssh -l lars xx.yy.zz.aa > > then a graphical dialog box pops up a

[Lubuntu-qa] ssh not allowing password login if keys are an option

2013-03-09 Thread Lars Noodén
It seems that the new setup with Lubuntu won't allow me to log in via SSH using a password if using a key is also an option. If I connect to the server in LXTerminal ssh -l lars xx.yy.zz.aa then a graphical dialog box pops up and wants me to enter the passphrase (I think) for the pri