|
You are here |
sayr.us | ||
| | | | |
blog.dbrgn.ch
|
|
| | | | | How to sign Git commits and tags with SSH keys. | |
| | | | |
emmanuelbernard.com
|
|
| | | | | Today I learned that you could sign your Git commits not only via a gpg key but also via a ssh key. Let's see how. GPG keys and Git signing I've never had the rigor to use a maintain a gpg key over the years. For some reasons, I've always found it too cumbersome. On the other hand, I've managed my ssh keys pretty well (you better be to log into remote machines, right?). I've been working on a small project for my French podcast Les Cast Codeurs where the main maintainer is enforcing commit signing. That's a good thing but I felt like one more thing between me a success! So I investigated how to do SSH signing. How to set up ssh signing for your git project Without further due git config user.name "Emmanuel Bernard" git config user.email "my-email@example.net... | |
| | | | |
8yd.no
|
|
| | | | | Getting verified commits on GitHub by signing git commits using an existing SSH key requires specific steps that current documentation fails to explain clearly, especially if you don't want to regene... | |
| | | | |
madebyme.today
|
|
| | | Today I was again setting up OpenPGP application on a new Yubikey. After over two years I already forgot how tedious that can be... I'm writing this blog post to create a clear trace of what I needed to do today and hopefully, when the time comes to set up an another key, it'll be as easy as opening up a blog entry. | ||