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

Add a use-yubikey-for-ssh setting #267

Closed
unixorn opened this issue Apr 19, 2023 · 0 comments · Fixed by #268
Closed

Add a use-yubikey-for-ssh setting #267

unixorn opened this issue Apr 19, 2023 · 0 comments · Fixed by #268

Comments

@unixorn
Copy link
Owner

unixorn commented Apr 19, 2023

Feature Request

Is your feature request related to a problem? Please describe.

@deetuned mentioned this in #262.

added a check in the quickstart kit's .zshrc for the load-ssh-keys setting. If the setting is false, then don't load keys using ssh-add. GNU doesn't have --apple-load-keychain and I use gpg-agent with a YubiKey anyway.

Describe the solution you'd like

We should add a use-yubikey-for-ssh / yubikey-ssh setting to force skipping regular ssh-add

Additional context

#262

unixorn added a commit that referenced this issue Apr 19, 2023
Make it easy to make the quickstart not attempt to load `ssh` keys. This
makes it easier for someone to store their `ssh` private keys in a yubikey.

Closes #267

Signed-off-by: Joe Block <[email protected]>
seanb4t pushed a commit to seanb4t/zsh-quickstart-kit that referenced this issue May 12, 2023
Make it easy to make the quickstart not attempt to load `ssh` keys. This
makes it easier for someone to store their `ssh` private keys in a yubikey.

Closes unixorn#267

Signed-off-by: Joe Block <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant