gpg export public SSH key
This commit is contained in:
parent
427e9e0484
commit
a8bf84a353
1 changed files with 14 additions and 8 deletions
|
@ -10,7 +10,6 @@ TODO
|
||||||
* trust
|
* trust
|
||||||
* sign
|
* sign
|
||||||
* delete
|
* delete
|
||||||
* ssh authentication ???
|
|
||||||
|
|
||||||
Configure
|
Configure
|
||||||
=========
|
=========
|
||||||
|
@ -265,13 +264,6 @@ set primary UserID
|
||||||
Export
|
Export
|
||||||
======
|
======
|
||||||
|
|
||||||
public key
|
|
||||||
----------
|
|
||||||
|
|
||||||
.. code:: shell
|
|
||||||
|
|
||||||
gpg --armor --export "Key ID" > pub.asc
|
|
||||||
|
|
||||||
private key
|
private key
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
@ -286,6 +278,20 @@ private subkeys
|
||||||
|
|
||||||
gpg --armor --export-secret-subkeys FFIINNGGEERRPPRRIINNTT > subkeys.gpg
|
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
|
Dump
|
||||||
====
|
====
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue