gpg export public SSH key

This commit is contained in:
Marc Beninca 2019-05-04 14:23:48 +02:00
parent 427e9e0484
commit a8bf84a353

View file

@ -10,7 +10,6 @@ TODO
* trust
* sign
* delete
* ssh authentication ???
Configure
=========
@ -265,13 +264,6 @@ set primary UserID
Export
======
public key
----------
.. code:: shell
gpg --armor --export "Key ID" > pub.asc
private key
-----------
@ -286,6 +278,20 @@ private subkeys
gpg --armor --export-secret-subkeys FFIINNGGEERRPPRRIINNTT > subkeys.gpg
public key
----------
.. code:: shell
gpg --armor --export "Key ID" > id.asc
public SSH key
--------------
.. code:: shell
gpg --armor --export-ssh-key "Key ID" > id.pub
Dump
====