skepller@lemmy.world to Programmer Humor@programming.devEnglish · 2 days agoGitHub authlemmy.worldimagemessage-square76fedilinkarrow-up1709arrow-down116
arrow-up1693arrow-down1imageGitHub authlemmy.worldskepller@lemmy.world to Programmer Humor@programming.devEnglish · 2 days agomessage-square76fedilink
minus-squarebandwidthcrisis@lemmy.worldlinkfedilinkarrow-up3·1 day 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.