Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

jwalker

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by jwalker

  1. 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?

     

×
×
  • Create New...