Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 213 Bytes

keybase.md

File metadata and controls

8 lines (5 loc) · 213 Bytes

using keybase gpg key

keybase pgp export | gpg --import
keybase pgp export --secret | gpg --allow-secret-key-import --import

may need to set tty for the password prompt:

export GPG_TTY=`tty`