mirror of
https://github.com/pinpox/pgp2ssh.git
synced 2025-09-08 03:30:46 +02:00
Add flake
This commit is contained in:
parent
be490b399c
commit
7846843bea
4 changed files with 77 additions and 0 deletions
|
@ -34,6 +34,11 @@ If you have multiple subkeys, usually it is the authenticate key highlighted wit
|
|||
❯ ./pgp2ssh
|
||||
```
|
||||
|
||||
**Nix/NixOS Users**
|
||||
|
||||
A flake is provided for Nix users. Just use `nix run` instead of building and
|
||||
running manually.
|
||||
|
||||
It'll ask you for the path to your private PGP key, followed by choosing the key/subkey and if your PGP key is encrypted it'll ask for the passphrase.
|
||||
|
||||
In the output, verify that the public SSH key printed matches the one in `metadata.json`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue