🔑 Keys Hub - Bubacarr Sowe

GPG Key

Download my GPG key to encrypt messages or sign for me.

Download GPG Key
Fingerprint: CF68 6C79 43DF 6C34 4C56  8EF3 0C53 CB2C 8D44 2D4E

Example usage:

gpg --import <(curl -s https://keys.sowe.me/gpg.pub)

SSH Keys

Download an SSH key. You can add it to your machine if you want to give me access:

Ed25519 Key RSA Key

Example to add to your machine:

curl -s https://keys.sowe.me/id_ed25519.pub >> ~/.ssh/authorized_keys

Automation / Scripts

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