SuprBay: The PirateBay Forum

Full Version: Git? Sign? PGP? No, SSH is Enough for!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Did you know all of your public SSH keys are truly public? Surprise! Look up:
Code:
user=""
domain="github.com"
wget -qO - -- "https://${site:-"github.com"}/${user:-"user"}.keys"

To sign any code, do
Show Content

To add the local public key
Show Content

To add the public keys
Show Content

To verify, just do this (add the public key, check authenticity)
Show Content

Don't forget to replace the values of "user=", "ssh_key=", "file=" and "domain=" by yours! Please avoid replacing anything else.