# 使用 Homebrew, Nix 安装 ssh-vault

查看 ssh-vault 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:ssh-vault
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install ssh-vault
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#ssh-vault
```

  证据: nixpkgs package indexes: pkgs/by-name/ss/ssh-vault/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:ssh-vault
- **软件包管理器:** Homebrew
- **版本:** 1.3.2
- **来源摘要:** Encrypt/decrypt using SSH keys
- **主页:** <https://ssh-vault.com/>
- **仓库:** <https://github.com/ssh-vault/ssh-vault>
- **最后更新:** 2026-07-20T08:26:07Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- ssh-vault (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.3.2
## 项目历史与用法

ssh-vault is a Rust command-line utility for creating, viewing, and editing encrypted vault data with SSH keys. It lets users reuse an existing SSH identity for secret encryption instead of introducing a separate vault-specific credential system.

### 项目历史

The project began with an initial public commit in September 2016 and had tagged the 0.10.0 line by March 2017. Its modern Rust implementation supports vault creation, editing, viewing, and public-key fingerprint inspection, and the current documentation notes the transition away from legacy PEM-encoded RSA private keys.

### 采用历史

ssh-vault is distributed through Homebrew, Cargo, and Nix. The repository's long release history and packaging across both the Rust and system-package ecosystems have kept it available as a small Unix-oriented encryption tool.

### 使用方式

Users pipe secret material into `ssh-vault create`, select recipients through SSH public identities, and pipe an SSH-VAULT payload into `ssh-vault view` to decrypt it. The CLI also offers edit and fingerprint commands.

### 为什么软件包爱好者会关心

ssh-vault applies the familiar SSH-key trust material already present on developer machines to file and stream encryption. That makes it a compact bridge between SSH tooling, Unix pipelines, Cargo installation, and system package managers.

### 时间线

- 2016: Initial public commit.
- 2017: Version 0.10.0 tagged.
- 2026: Version 1.3.1 released.

### Related projects

- The tool consumes SSH public and private key material and documents `ssh-keygen` as the migration path for legacy RSA private-key encoding.

### 来源

- <https://github.com/ssh-vault/ssh-vault#readme>
- <https://github.com/ssh-vault/ssh-vault/releases>
- <https://ssh-vault.com/>
- source_facts.package-manager


## 安全说明

没有找到 ssh-vault 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。


## 其他软件包管理器记录

- Nix - ssh-vault: normalized package name match | nixpkgs package indexes: pkgs/by-name/ss/ssh-vault/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/ssh-vault.yml](https://github.com/mxcl/pkgdb/blob/main/combined/ssh-vault.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
