Why does ssh-agent need root access?
问题 I've just installed Archbang, and am trying to clone a Git project of mine, which necessitates SSH keys. I've followed the Github guide to success in the past, on Ubuntu and RedHat boxes, but for some reason it's not working out for me on my new Arch install. I've successfully generated my SSH public/private key pairs with this command: ssh-keygen -t rsa -b 4096 -C "email@address" But when I move on to starting up the SSH agent and adding my public key, I run into issues. [user@arch ~]$ eval