Skip to content
New issue

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

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

Already on GitHub? # to your account

Use fingerprint during validation instead of identity file #51

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

dazzrpm
Copy link

@dazzrpm dazzrpm commented May 23, 2019

Always throws "Could not add to ssh-agent" error every generation of certificate even though it is successful and it's also not removing the old one.

Identity_file location (~/.ssh/blessid) is being searched on the the result of ssh-add -i instead of its fingerprint. This changes will use ssh-keygen -lf <identity_file> to get the finger print value of the identity file and use it to check if it's already existing on the ssh agent.

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

Successfully merging this pull request may close these issues.

2 participants