mirror of
https://gitea.com/mcereda/oam.git
synced 2026-03-03 07:24:24 +00:00
fix: export to ssh example
This commit is contained in:
@@ -112,8 +112,9 @@ gpg --list-keys --keyid-format 'short' 'recipient' \
|
||||
export SSH_AUTH_SOCK="$(gpgconf --list-dirs 'agent-ssh-socket')" && \
|
||||
gpgconf --launch 'gpg-agent'
|
||||
|
||||
# Export keys as SSH keys.
|
||||
# Export keys in OpenSSH format.
|
||||
gpg --export-ssh-key 'key_identifier'
|
||||
gpg --export-ssh-key 'ed25519_key' > ~'/.ssh/id_ed25519.pub'
|
||||
|
||||
|
||||
# Integrate with Pinentry.
|
||||
|
||||
Reference in New Issue
Block a user