mirror of
https://github.com/pinpox/pgp2ssh.git
synced 2025-06-21 05:42:23 +02:00
Update module name
This commit is contained in:
parent
c5cc1aa3d7
commit
61f87bf2e3
2 changed files with 3 additions and 2 deletions
|
@ -30,7 +30,8 @@ If you have multiple subkeys, usually it is the authenticate key highlighted wit
|
|||
### Derive private SSH key
|
||||
|
||||
```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.
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
|||
module gpg2age
|
||||
module pgp2ssh
|
||||
|
||||
go 1.21.8
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue