16 lines
202 B
Text
16 lines
202 B
Text
![]() |
# HowtoGPG
|
||
|
|
||
|
Some commands:
|
||
|
```
|
||
|
gpg --card-status
|
||
|
gpg --export-ssh-key keyID
|
||
|
gpg --armor --export keyID > pubkey.asc
|
||
|
```
|
||
|
|
||
|
Use Nitrokey from new system:
|
||
|
|
||
|
```
|
||
|
gpg --import pubkey.asc
|
||
|
gpg --card-status
|
||
|
```
|