I got an .xinitrc file with the following line:
# it will start my window manager
ssh-agent dwm
After that I got an ssh-agent process, but environment variables like
$SSH_AGENT_PID and
$SSH_AUTH_SOCK
does not exists when I start a terminal from dwm. Any ideas why?
I wish there was only one ssh-agent process. Each call to ssh-add should connect to the agent that started dwm.