# Installer monkeysphere avec Homebrew, apk, Nix

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

## installation

```sh
sudo av install brew:monkeysphere
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install monkeysphere
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add monkeysphere
```

  Preuve: Alpine Linux edge package indexes: monkeysphere from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#monkeysphere
```

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

## Faits du paquet

- **Clé du paquet:** brew:monkeysphere
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/monkeysphere>
- **Version:** 0.44
- **Résumé source:** Use the OpenPGP web of trust to verify ssh connections
- **Page d'accueil:** <https://tracker.debian.org/pkg/monkeysphere>
- **Docs amont:** <https://tracker.debian.org/pkg/monkeysphere>
- **Licence:** GPL-3.0-or-later
- **Archive source:** <https://deb.debian.org/debian/pool/main/m/monkeysphere/monkeysphere_0.44.orig.tar.gz>
- **Dernière mise à jour:** 2026-05-25T17:02:24-04:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- agent-transfer (cli)
- monkeysphere (cli)
- monkeysphere-authentication (cli)
- monkeysphere-host (cli)
- openpgp2pem (cli)
- openpgp2spki (cli)
- openpgp2ssh (cli)
- pem2openpgp (cli)
- agent-transfer (alias)
- monkeysphere (alias)
- monkeysphere-authentication (alias)
- monkeysphere-host (alias)
- openpgp2pem (alias)
- openpgp2spki (alias)
- openpgp2ssh (alias)
- pem2openpgp (alias)

## Dépendances

- gnupg
- libassuan
- libgcrypt
- libgpg-error
- openssl@3

## Dépendances de compilation

- gnu-sed
- pkgconf

## Bibliothèques fournies par macOS

- perl

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 0.44
- gestionnaire mis à jour: 2026-05-25
- données locales: OK
- dépôt amont: https://tracker.debian.org/pkg/monkeysphere
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

Monkeysphere is a security tool from the OpenPGP and Debian-adjacent world that tries to bring the OpenPGP web of trust to SSH and TLS authentication. Its README frames the project as extending OpenPGP's trust model to more areas of the Internet, with an implementation that lets users keep using OpenSSH while identifying users and servers through OpenPGP keys managed by GnuPG.

### Historique du projet

The project was written by Jameson Rollins and Daniel Kahn Gillmor, according to the monkeysphere(7) manual page. Early changelog entries from 2008 show rapid work on server diagnostics, key expiration, certifier management, privilege separation, OpenSSH known_hosts and authorized_keys handling, and Debian packaging, which fits its role as a glue layer around GnuPG and OpenSSH rather than a replacement protocol.

### Modes d'utilisation

Administrators use Monkeysphere to bind human-readable OpenPGP user IDs to SSH keys and host identities. The tools update authorized_keys and known_hosts after checking key validity, expiration, revocation, authentication-capable subkeys, and signatures from trusted identity certifiers. That makes its package-manager niche a specialized PKI bridge for people who already trusted OpenPGP key signing and wanted that trust graph to govern SSH host verification or user login access.

### Sources

- <https://github.com/dkg/monkeysphere>
- <https://github.com/dkg/monkeysphere/blob/master/Changelog>
- <https://manpages.ubuntu.com/manpages/jammy/man7/monkeysphere.7.html>
- <https://packages.debian.org/bullseye/monkeysphere>


## Notes de sécurité

broad file, network, media, or database tool signal.

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** monkeysphere
- **Version Scheme:** 0
- **Revision:** 10
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** yes
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Autres enregistrements de gestionnaires de paquets

- Nix - monkeysphere: normalized package name match | nixpkgs package indexes: pkgs/by-name/mo/monkeysphere/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - monkeysphere - 0.44-r4: normalized package name match | Alpine Linux edge package indexes: monkeysphere from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | OpenPGP web of trust certification tools for SSH and TLS servers | https://github.com/dkg/monkeysphere
- apk - monkeysphere-doc - 0.44-r4: normalized package name match | Alpine Linux edge package indexes: monkeysphere-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | OpenPGP web of trust certification tools for SSH and TLS servers (documentation) | https://github.com/dkg/monkeysphere


## Liens liés

- [Secret-risk packages](https://pkg.so/fr/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Security and crypto packages](https://pkg.so/fr/security-crypto-tools/) - Matched security, identity, cryptography, password, signing, or certificate metadata.
- [openssl@3](https://pkg.so/fr/brew/openssl-3/) - Runtime dependency declared by Homebrew.
- [gnupg](https://pkg.so/fr/brew/gnupg/) - Runtime dependency declared by Homebrew.
- [libgpg-error](https://pkg.so/fr/brew/libgpg-error/) - Runtime dependency declared by Homebrew.
- [libgcrypt](https://pkg.so/fr/brew/libgcrypt/) - Runtime dependency declared by Homebrew.
- [libassuan](https://pkg.so/fr/brew/libassuan/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/fr/brew/pkgconf/) - Build dependency declared by Homebrew.
- [gnu-sed](https://pkg.so/fr/brew/gnu-sed/) - Build dependency declared by Homebrew.
- [krb5](https://pkg.so/fr/brew/krb5/) - Shares pkgdb curated category or tags: authentication, cli, security.
- [cyrus-sasl](https://pkg.so/fr/brew/cyrus-sasl/) - Shares pkgdb curated category or tags: authentication, cli, security.
- [linux-pam](https://pkg.so/fr/brew/linux-pam/) - Shares pkgdb curated category or tags: authentication, cli, security.
- [oath-toolkit](https://pkg.so/fr/brew/oath-toolkit/) - Shares pkgdb curated category or tags: authentication, cli, security.
- [libjwt](https://pkg.so/fr/brew/libjwt/) - Shares pkgdb curated category or tags: authentication, cli, security.
- [oauth2_proxy](https://pkg.so/fr/brew/oauth2-proxy/) - Shares pkgdb curated category or tags: authentication, cli, security.
- [onlykey-agent](https://pkg.so/fr/brew/onlykey-agent/) - Shares pkgdb curated category or tags: authentication, cli, security.
- [libyubikey](https://pkg.so/fr/brew/libyubikey/) - Shares pkgdb curated category or tags: authentication, cli, security.
- [gnupg-pkcs11-scd](https://pkg.so/fr/brew/gnupg-pkcs11-scd/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, error, gnupg, libassuan, libgcrypt.

## Combined YAML source

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


## Sources

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