-
Notifications
You must be signed in to change notification settings - Fork 250
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
Option to add ssh keys when they're reinstalled #150
Comments
This will trip inexperienced users up, and I want this tool to be really user friendly. This is a critical feature to get right. |
It's just occurred to me that it's possible this is a bug specific to my environment and not caused by |
Hi, is this still something to do? |
Yeah, this is still something I want to so. Whenever an ssh key is "reinstalled," it should be added to the ssh agent. Edit: This should be option toggled. When a user reinstalls dots, they should be prompted to add ssh keys or not. It should also be supported with a CLI arg. |
nvm, I screwed something up on my laptop. Nothing is wrong with the software lmao |
At the moment, when ssh keys are reinstalled, they're not "usable."
I'm not sure what the best way to set this up is, but all keys that were added to the ssh daemon should be re-added.
ssh-add ~/.ssh/id_rsa
is the command for adding theid_rsa
key on a mac.Need to consider cross-platform usage too.
The text was updated successfully, but these errors were encountered: