On Wed, 14 Feb 2018 09:45:35 +0100 (CET) Yamaban <foerster@lisas.de> wrote:
On Wed, 14 Feb 2018 09:06, Josef Reidinger wrote:
Hi, 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.
Just a shot from the blue: In the latest versions of ssh the keytype dsa is deprecated / removed. Check via direct "ssh -v user@host" to see the messages at login.
If that is the cause, then the best option is to create a new key, rsa >= 4096bit or eliptic curve keys
- Yamaban.
This is probably not reason, because when I specify passphrase, then it connect there and do proper git pull. So looks like ssh-agent ignore that key is already confirmed. Josef -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org