# Installer ssh-vault avec Homebrew, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de ssh-vault pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

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

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## Faits du paquet

- **Clé du paquet:** brew:ssh-vault
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.3.2
- **Résumé source:** Encrypt/decrypt using SSH keys
- **Page d'accueil:** <https://ssh-vault.com/>
- **Dépôt:** <https://github.com/ssh-vault/ssh-vault>
- **Dernière mise à jour:** 2026-07-20T08:26:07Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- ssh-vault (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.3.2
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

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


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour ssh-vault. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.


## Autres enregistrements de gestionnaires de paquets

- 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)


## Sources

- 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
