ssh-to-pgp:将SSH RSA密钥转换为GPG密钥

时间:2024-05-02 13:05:11
【文件属性】:

文件名称:ssh-to-pgp:将SSH RSA密钥转换为GPG密钥

文件大小:9KB

文件格式:ZIP

更新时间:2024-05-02 13:05:11

Go

SSH到PGP 将SSH RSA密钥转换为GPG密钥 用法 导出私有文件: $ ssh-to-pgp -private-key -i $HOME /.ssh/id_rsa -o private-key.asc 2504791468b153b8a3963cc97ba53d1919c5dfd4 导出公钥: $ ssh-to-pgp -i $HOME /.ssh/id_rsa -o public-key.asc 2504791468b153b8a3963cc97ba53d1919c5dfd4 使用nix安装 $ nix-shell -p ' import (fetchTarball "https://github.com/Mic92/ssh-to-pgp/archive/main.tar.gz") {} ' 用go安装 $ go get github.com/Mic92/ssh-to-p


【文件预览】:
ssh-to-pgp-main
----go.mod(108B)
----main.go(2KB)
----.github()
--------dependabot.yml(118B)
--------workflows()
----go.sum(1KB)
----test-assets()
--------id_rsa(3KB)
----default.nix(576B)
----LICENSE(1KB)
----main_test.go(1KB)
----README.md(549B)
----convert.go(2KB)
----.gitignore(282B)

网友评论