Skip to content

Instantly share code, notes, and snippets.

View jonatan-ivanov's full-sized avatar
🦉

Jonatan Ivanov jonatan-ivanov

🦉
View GitHub Profile

ssh-keygen -t rsa -C "email"

Keybase proof

I hereby claim:

  • I am jonatan-ivanov on github.
  • I am jonatan_ivanov (https://keybase.io/jonatan_ivanov) on keybase.
  • I have a public key whose fingerprint is E927 5E0D A474 6067 758E B375 BB4A 6DDD 6E2A D69F

To claim this, I am signing this object:

gpg 2.2.9 does not work with keybase keys, install 2.2.8

brew unlink gnupg
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/4451447c6a069b0f7ce5d8c88e4da7c4c89fbe52/Formula/gnupg.rb

in order to make gpg work, GPG_TTY needs to be set (.bashrc, .zshrc, etc.):

export GPG_TTY=$(tty)