You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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]>
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.
Closesunixorn#267
Signed-off-by: Joe Block <[email protected]>
Feature Request
Is your feature request related to a problem? Please describe.
@deetuned mentioned this in #262.
Describe the solution you'd like
We should add a
use-yubikey-for-ssh
/yubikey-ssh
setting to force skipping regularssh-add
Additional context
#262
The text was updated successfully, but these errors were encountered: