←back to thread

637 points h1x | 1 comments | | HN request time: 0.226s | source
Show context
Tepix ◴[] No.29208976[source]
We've come full circle then:

https://medium.com/@chrispisano/ssh-authentication-with-gpg-...

TL;DR: Use the same key in GPG and SSH by it exporting out of GPG into SSH

    gpg --export-ssh-key
replies(1): >>29208986 #
1. errcorrectcode ◴[] No.29208986[source]
monkeysphere manages ssh keys in gpg and also communicating with ssh-agent (or gpg-agent).