You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I remember the beta versions to give me a nice GUI prompt while the stable indeed doesn't even seem to run the ssh-agent. I can't really seem to get it working myself either with this in my zshrc
export GIT_ASKPASS=/usr/lib/seahorse/seahorse-ssh-askpass
export SSH_ASKPASS=/usr/lib/seahorse/seahorse-ssh-askpass
if [ -z"$SSH_AUTH_SOCK" ] ;theneval`ssh-agent -s`> /dev/null
ssh-add
fi
(I had to install seahorse separately as well, might be related)
Currently, there seems no ssh-agent running - usually I would expect that in the default installation :)
The text was updated successfully, but these errors were encountered: