On Wed, Feb 14, 2018 at 09:06:08AM +0100, Josef Reidinger wrote:
few days ago after my usual zypper dup ssh-agent stop working on TW. I check all I know ( like that ENV is set properly and so on ) and run out of ideas.
So how it looks like:
jreidinger@pepa:~/yast/storage-ng> ssh-add Enter passphrase for /home/jreidinger/.ssh/id_dsa: Identity added: /home/jreidinger/.ssh/id_dsa (/home/jreidinger/.ssh/id_dsa) jreidinger@pepa:~/yast/storage-ng> git pull Enter passphrase for key '/home/jreidinger/.ssh/id_dsa':
So identity added, but then next attempt to use key ends up with question for passphrase again, which makes e.g. remote virt-manager useless.
Thanks for any hints.
What I would probably check first is if "ssh-add -l" shows the identity after ssh-add claims it added it. That way you would at least know if the problem is in adding it or in using it. I had a different but related problem after a recent 15.0 update: sddm update rewrote /etc/pam.d/sddm (not marked as "noreplace" :-( ) so that pam_ssh didn't work on login to KDE. Perhaps your problem might be also related to some overwritten config files. Michal Kubeček -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org