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

Incorrect checks for ssh-agent in util.sh results in improper *pem key addition #128

Open
bluerider opened this issue Jan 17, 2019 · 0 comments

Comments

@bluerider
Copy link

The check for util.sh counts the number of global ssh-agent PID (this includes other users) instead of checking to see if ssh-agent environmental variables are properly set. This means that other users running ssh-agent or even if the same user has a running ssh-agent instance but no authentication to the ssh-agent socket will not trigger an error in the util.sh code.

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

1 participant