13个稳定版本
1.0.13 | 2024年6月19日 |
---|---|
1.0.12 | 2024年4月6日 |
1.0.11 | 2024年3月7日 |
1.0.10 | 2023年12月15日 |
1.0.7 | 2023年11月20日 |
#1 in #指纹
942 每月下载量
125KB
3K SLoC
ssh-vault 🌰
使用SSH密钥进行加密/解密
文档
带有标题
-----BEGIN RSA PRIVATE KEY-----
的传统SSH RSA密钥不再受支持,请使用以下命令将密钥转换为新的格式
ssh-keygen -p -f <path/to/your/private.key>
用法
$ ssh-vault -h
encrypt/decrypt using ssh keys
Usage: ssh-vault [COMMAND]
Commands:
create Create a new vault [aliases: c]
edit Edit an existing vault [aliases: e]
fingerprint Print the fingerprint of a public ssh key [aliases: f]
view View an existing vault [aliases: v]
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
示例
创建保险库
$ echo "secret" | ssh-vault create -u <github.com/user>
查看保险库
echo "SSH-VAULT..."| ssh-vault view
共享秘密
$ echo "secret" | ssh-vault create -u new
安装
Mac OS
brew install ssh-vault
使用Cargo
$ cargo install ssh-vault
问题
请随意提出任何问题、功能需求或简单评论 这里。
依赖项
~17–32MB
~540K SLoC