-
Notifications
You must be signed in to change notification settings - Fork 20
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
SSH/GPG keys with passwords #37
Comments
For what it’s worth, I don’t think you should upload your own personal GPG key anywhere. I think the best practice here will be:
So your tags will be signed by |
If I used GPG for anything but Git, then I'd probably agree, but as it stands the consequence of losing my GPG key is basically the same as losing another one made for a bot |
Low priority, but this could be a thing again, SSH keys too. Some ideas: For SSH, we need to start GPG: There's a Python library that handles sending input to |
I don't think this actually works properly yet, it's just a POC.
Currently there's nothing to input a password to GPG, and this is blocking me from using my own GPG key. I've tried a few things but I need to do more digging.
The text was updated successfully, but these errors were encountered: