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

Use single quotes in ykluks.cfg for YUBIKEY_CHALLENGE #98

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dominicdoty
Copy link

The YUBIKEY_CHALLENGE default (commented out) value in ykluks.cfg uses double quotes.

I encountered a confusing failure because I used a challenge value generated by my password manager, that included $ and other characters that will break a double quote string in bash.

Using single quotes around the challenge value fixed the issue.

Fixes #97

@Vincent43
Copy link
Contributor

Maybe it could be just plain YUBIKEY_CHALLENGE= without any quotation.

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

Successfully merging this pull request may close these issues.

Challenge with $ in it breaks script.
2 participants