Download my GPG key to encrypt messages or sign for me.
Download GPG KeyFingerprint: CF68 6C79 43DF 6C34 4C56 8EF3 0C53 CB2C 8D44 2D4E
Example usage:
gpg --import <(curl -s https://keys.sowe.me/gpg.pub)
Download an SSH key. You can add it to your machine if you want to give me access:
Ed25519 Key RSA KeyExample to add to your machine:
curl -s https://keys.sowe.me/id_ed25519.pub >> ~/.ssh/authorized_keys
One-liner to import all keys (careful — only run on trusted machines):
curl -s https://keys.sowe.me/gpg.pub | gpg --import
curl -s https://keys.sowe.me/id_ed25519.pub >> ~/.ssh/authorized_keys
curl -s https://keys.sowe.me/id_rsa.pub >> ~/.ssh/authorized_keys