Hey,
for some reason pushing via SSH only works when I start sublime-merge via the terminal with the smerge
command. When I start it from the gnome menu it doesn’t work: Permission denied (publickey)
I am using a GPG Smartcard for SSH authorization.
And I have found the following differences in the environment variables:
Terminal: SSH_AUTH_SOCK=/run/user/1000/gnupg/S.gpg-agent.ssh
Merge via terminal: SSH_AUTH_SOCK=/run/user/1000/gnupg/S.gpg-agent.ssh
Merge via menu: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
I guess this is the issue. Is there a way to fix that?