skepller@lemmy.world to Programmer Humor@programming.devEnglish · 2 months agoGitHub authlemmy.worldimagemessage-square80fedilinkarrow-up1737arrow-down116
arrow-up1721arrow-down1imageGitHub authlemmy.worldskepller@lemmy.world to Programmer Humor@programming.devEnglish · 2 months agomessage-square80fedilink
minus-squarebandwidthcrisis@lemmy.worldlinkfedilinkarrow-up4·2 months agoI have if [ -z "$SSH_AUTH_SOCK" ] ; then eval $(ssh-agent -s) fi At the end of .bashrc and AddKeysToAgent yes In .ssh/config so that it auto-adds keys I unlock.
I have
if [ -z "$SSH_AUTH_SOCK" ] ; then eval $(ssh-agent -s) fiAt the end of .bashrc and
AddKeysToAgent yesIn .ssh/config so that it auto-adds keys I unlock.