[Touch-packages] [Bug 1812247] Re: ssh-askpass(-gnome) fails for ssh-add -c: agent refused operation

2019-01-29 Thread schamane
Steps for a workaround by disabling gnome-keyring's SSH agent component, tested in Ubuntu 18.04.1: # disable GNOME Keyring's SSH Agent, cf. # https://askubuntu.com/a/585212/43108 + https://askubuntu.com/a/607563/43108 mkdir ~/.config/autostart cp /etc/xdg/autostart/gnome-keyring-ssh.desktop

[Touch-packages] [Bug 1812247] Re: ssh-askpass(-gnome) fails for ssh-add -c: agent refused operation

2019-01-29 Thread schamane
I originally reported this against gnome-session. @vanvugt changed it to openssh. I think it should be changed to gnome-keyring. I didn't see it at first but now it's clear that it is actually gnome-keyring that interferes: `SSH_AUTH_SOCK=/run/user/1000/keyring/ssh` -- You received this bug

[Touch-packages] [Bug 1812247] Re: ssh-askpass(-gnome) fails for ssh-add -c: agent refused operation

2019-01-29 Thread schamane
The bug has been reproduced with the system's own ssh-keygen and the command `ssh-keygen -N $passphrase -f ~/.ssh/id_rsa`. Also, https://unix.stackexchange.com/a/351742 is about keys that didn't work at all. The problem here is that confirmation fails, everything seems to be working. -- You

[Touch-packages] [Bug 1812247] Re: ssh-askpass(-gnome) fails for ssh-add -c: agent refused operation

2019-01-26 Thread schamane
Gosh, I was mistaken in #7. As in my initial report: ssh-askpass is working, it is only failing for ssh-add -c: tux@vbu1804:~$ ssh-add -D All identities removed. tux@vbu1804:~$ ssh-add -l 2048 SHA256:vHjyOAyTnsn92i47AQ8qu/oL2Y3blesvs09wUoYpDDY tux@vbu1804 (RSA) tux@vbu1804:~$ ssh-add

[Touch-packages] [Bug 1812247] Re: ssh-askpass(-gnome): GNOME fails to show dialog

2019-01-26 Thread schamane
** Summary changed: - ssh-agent fails for ssh-add -c: agent refused operation + ssh-askpass(-gnome): GNOME fails to show dialog -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssh in Ubuntu.

[Touch-packages] [Bug 1812247] Re: ssh-agent fails for ssh-add -c: agent refused operation

2019-01-26 Thread schamane
@paelzer, you put a lot of work into this. Much appreciated! Thanks a lot! There's an important difference between your approach and mine: You start another ssh-agent within a terminal that you do not leave. So, this ssh-agent is available, it's plain OpenSSH ssh-agent, nothing seems to

[Touch-packages] [Bug 1789523] Re: The ssh-agent launcher script fails to relaunch ssh-agent

2019-01-26 Thread schamane
@kode54 Re: comment #5 The link gives 404 now!? https://gitlab.freedesktop.org/xorg/meta shows not issues at all. Probably they were moved but where? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu.

[Touch-packages] [Bug 1440608] Re: /etc/kernel/postinst.d/apt-auto-removal wants to remove all kernels except the latest one

2015-08-06 Thread schamane
A better workaround seems to be to just run ''' /etc/kernel/postinst.d/apt-auto-removal $(uname -r) ''' before `apt-get autoremove`. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu.