[Xfce-bugs] [Bug 16758] Thunar + gpg-agent + ssh-agent: GnuPG keys aren't used
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Mon Apr 27 12:11:55 CEST 2020
https://bugzilla.xfce.org/show_bug.cgi?id=16758
--- Comment #7 from Alexander Kurakin <kuraga333 at mail.ru> ---
(In reply to Theo Linkspfeifer from comment #6)
> The problem is that SSH_AUTH_SOCK is exported/imported after the launch of gvfsd.
In this scenario?
pkill -f gvfsd
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gio mount sftp://host
Why? Does gio starts gvfsd, doesn't it?
(In reply to Theo Linkspfeifer from comment #6)
> If you check the environment variables of the gvfsd process, you will see that SSH_AUTH_SOCK is not set.
But yes, all of
tr '\0' '\n' < /proc/<pid>/environ | grep SSH
where <pid> is every from
pgrep -f gvfsd
output nothing. Why?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Xfce-bugs
mailing list