715
GitHub auth (lemmy.world)
you are viewing a single comment's thread
view the rest of the comments
[-] bandwidthcrisis@lemmy.world 4 points 1 week ago

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.

this post was submitted on 16 Sep 2025
715 points (97.9% liked)

Programmer Humor

26629 readers
4421 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS