mirror of
https://github.com/pinpox/pgp2ssh.git
synced 2025-02-05 10:59:19 +01:00
Update module name
This commit is contained in:
parent
c5cc1aa3d7
commit
61f87bf2e3
|
@ -30,7 +30,8 @@ If you have multiple subkeys, usually it is the authenticate key highlighted wit
|
||||||
### Derive private SSH key
|
### Derive private SSH key
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
❯ go run main.go
|
❯ go build
|
||||||
|
❯ ./pgp2ssh
|
||||||
```
|
```
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue