• bandwidthcrisis@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    10 hours 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.