Jump to content
Forums in Read-Only Mode - Please use Reddit ×
  • 0

problem adding in keychain


jwalker

Question

I use archlinux and have had an issue recently with keychain. My config is supposed to add keys when I login by calling

eval $(keychain --eval id_rsa id_ed25519)

But it reports a "Problem adding" and won't add either of the two keys. However, I can manually add keys with ssh-add to the ssh-agent that keychain starts. So, I dug into the keychain script a little, and on line 1601 of version 2.8.5 I see this command

                                sshout=$(ssh-add ${ssh_timeout} ${ssh_confirm} "$@" 2>&1 </dev/null)          

If I remove the file input redirect "</dev/null", the script works fine.

 

Can someone please explain to me what's going on?

 

Edited by jwalker
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

×
×
  • Create New...