Linux: setup ssh-agent
Currently I am using Debian Bookworm and I need to setup the ssh-agent to be able to sign Github commits, so here it's how I did it. 1. Create a new folder: mkdir ~/.config/systemd/user 2. Create a new ssh-agent service: vim ~/.config/systemd/user/ssh-agent.service 3. Add