-
Notifications
You must be signed in to change notification settings - Fork 3
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 more usage examples #2
Comments
An example would be nice indeed. Let's say we want to use an ssh key called
If you don't have any ssh key, it would show an empty
The output in my case is:
A subsequent call to
When you then try to connect to a host using this key, you would call |
Added a commit with a real example in the README. |
Can you expand on your README a bit and help with use cases for this extension? does it store your SSH keys in the password store and provide them when required to SSH? Is it a way of ensuring your keypasswords are strong by having pass provide them when you unlock your GPG key?
The text was updated successfully, but these errors were encountered: