Re: [arch-general] Env variable of user unit of ssh-agent not set

2022-01-22 Thread Merlin Büge via arch-general
Hi, you probably missed this part (quoted from your link): > Then export the environment variable > SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket" in your login shell > initialization file, such as ~/.bash_profile or ~/.zprofile. Regards, Merlin -- Merlin Büge

Re: [arch-general] Env variable of user unit of ssh-agent not set

2022-01-22 Thread eNV25 via arch-general
> https://wiki.archlinux.org/title/SSH_keys#Start_ssh-agent_with_systemd_user > > It seems that SSH_AUTH_SOCK does not get set although it is in the user unit > file. > > $ systemctl --user status ssh-agent.service > ● ssh-agent.service - SSH key agent > Loaded: loaded (/home/rd/.config/system

[arch-general] Env variable of user unit of ssh-agent not set

2022-01-21 Thread Rainer Dorsch via arch-general
Hi, I followed https://wiki.archlinux.org/title/SSH_keys#Start_ssh-agent_with_systemd_user It seems that SSH_AUTH_SOCK does not get set although it is in the user unit file. $ systemctl --user status ssh-agent.service