skepller@lemmy.world to Programmer Humor@programming.devEnglish · 16 days agoGitHub authimagemessage-square80linkfedilinkarrow-up1735arrow-down116
arrow-up1719arrow-down1imageGitHub authskepller@lemmy.world to Programmer Humor@programming.devEnglish · 16 days agomessage-square80linkfedilink
minus-squarebandwidthcrisis@lemmy.worldlinkfedilinkarrow-up4·15 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.