Author: Edwin Kwan

Using GPG for SSH access on GitHub

Using SSH keys for github, you can connect to it without having to supply a username and password.
If you already have a gpg key, below are instructions on how you can use it for SSH access.
The benefits of doing this would be that you only have the one GPG key to manage, rather than that and an extra SSH key.

Read More