skepller@lemmy.world to Programmer Humor@programming.devEnglish · 3 days agoGitHub authlemmy.worldimagemessage-square68fedilinkarrow-up1551arrow-down115
arrow-up1536arrow-down1imageGitHub authlemmy.worldskepller@lemmy.world to Programmer Humor@programming.devEnglish · 3 days agomessage-square68fedilink
minus-squarebandwidthcrisis@lemmy.worldlinkfedilinkarrow-up2·2 days 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) fi
At the end of .bashrc and
AddKeysToAgent yes
In .ssh/config so that it auto-adds keys I unlock.