Skip to content

SSH agent

systemctl --user enable --now ssh-agent
systemctl --user show ssh-agent.socket --property=Listen
echo "export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket" >> ~/.zshrc
ssh-add -l