Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSH-Agent seems to be not running #131

Open
RubenKelevra opened this issue Sep 12, 2016 · 1 comment
Open

SSH-Agent seems to be not running #131

RubenKelevra opened this issue Sep 12, 2016 · 1 comment

Comments

@RubenKelevra
Copy link

Currently, there seems no ssh-agent running - usually I would expect that in the default installation :)

 $ ssh-add .ssh/id_rsa_custom_key
Could not open a connection to your authentication agent.
@dealloc
Copy link

dealloc commented Sep 12, 2016

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" ] ; then
    eval `ssh-agent -s` > /dev/null
    ssh-add
fi

(I had to install seahorse separately as well, might be related)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants