Automic VaultAutomic Vault

brew

opkssh mit Homebrew, apt, dnf, Nix, winget installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für opkssh in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install opkssh

local Homebrew formula metadata

Linux

Debian aptverifiziert · 92%
sudo apt install opkssh

Debian stable package indexes · opkssh · Quelle: deb.debian.org

Fedora dnfverifiziert · 92%
sudo dnf install opkssh

Fedora Rawhide package metadata · opkssh · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#opkssh

nixpkgs package indexes · pkgs/by-name/op/opkssh/package.nix · Quelle: api.github.com

Windows

Windows Package Managerverifiziert · 92%
winget install --id openpubkey.opkssh -e

Windows Package Manager source index · openpubkey.opkssh · Quelle: cdn.winget.microsoft.com

Überblick

Paketzusammenfassung

Enables SSH to be used with OpenID Connect

Verlauf

Projektgeschichte und Nutzung

opkssh, short for OpenPubkey SSH, brings OpenID Connect identity into ordinary SSH login flows. It lets administrators authorize identities such as email addresses and groups instead of distributing long-lived SSH public keys, while still using the stock SSH client and server protocol.

Projektgeschichte

The tool is built on OpenPubkey, a protocol described in a 2023 IACR paper that binds a user-held public key into an OpenID Connect ID Token, turning that token into what the authors call a PK Token. opkssh applies that idea to SSH by generating an SSH key/certificate carrying the PK Token and by configuring sshd to verify it.

Cloudflare announced on 2025-03-25 that it had open-sourced OPKSSH under the OpenPubkey project. The announcement says the OpenPubkey protocol became an open source Linux Foundation project in 2023, while OPKSSH had remained closed source under BastionZero, later Cloudflare, until the donation.

Adoptionsgeschichte

The project moved quickly into normal package-manager territory for a security tool: its metadata lists packages for Homebrew, Debian development packages, Fedora, Nix, and Windows winget, and the README documents Homebrew, winget, Chocolatey, Nix, and direct binary installs.

Wie es verwendet wird

A user runs `opkssh login`, authenticates in a browser with an OpenID Provider, and receives a generated SSH key whose public side contains the OpenPubkey token. On the server, opkssh is used through sshd's `AuthorizedKeysCommand` hook, so the verifier can extract the PK Token, validate the identity provider signature and expiry, and map the identity to a Unix or Windows account.

Operators use `/etc/opk/providers` to choose trusted OpenID Providers and client IDs, and `/etc/opk/auth_id` or per-user equivalents to authorize identities, subjects, or group claims. The design gives SSH administrators an SSO-style access list without changing the SSH wire protocol.

Warum Paket-Nerds sich dafür interessieren

opkssh is interesting because it packages an identity-protocol research result as a small CLI that plugs into a decades-old Unix extension point. For package nerds, the notable bit is not a new daemon or a replacement SSH stack, but a cross-platform binary that makes SSH key lifecycle policy distributable through package managers.

Zeitleiste

  • 2023: OpenPubkey is published as a protocol for binding OpenID Connect ID Tokens to user-held public keys.
  • 2023: OpenPubkey becomes an open source Linux Foundation project, according to Cloudflare's OPKSSH open-source announcement.
  • 2025-03-25: Cloudflare announces that OPKSSH has been donated to the OpenPubkey project and released as open source.

Related projects

  • OpenPubkey is the underlying protocol. OpenSSH supplies the client/server behavior and `AuthorizedKeysCommand` integration point. The broader ecosystem includes OpenID Providers such as Google, Microsoft Entra ID, GitLab, Keycloak, Authentik, Authelia, Zitadel, and similar OIDC services.

Sicherheitslage

Risikostufe: blue

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

Risikoklassifikator

blue Risiko · mittel Konfidenz · tool

Warum

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

Signale

  • text:ssh

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Build-Metadaten listen 1 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Linux
/etc/opk/providers/etc/opk/auth_id/etc/opk/policy.d/*.yml
Unix
~/.opk/config.yml
Windows
%ProgramData%\opk\providers%ProgramData%\opk\auth_id

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
opksshcliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-26
Manager-Version0.16.0
Manager aktualisiert2026-07-14
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv0.16.0

https://github.com/openpubkey/opkssh

  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:opkssh
Version0.16.0
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/opkssh
Homepagehttps://eprint.iacr.org/2023/296
Repositoryhttps://github.com/openpubkey/opkssh
Upstream-Dokumentationhttps://github.com/openpubkey/opkssh#readme
LizenzApache-2.0
Quellarchivhttps://github.com/openpubkey/opkssh/archive/refs/tags/v0.16.0.tar.gz
Zuletzt aktualisiert2026-07-14T18:47:27Z
Pulseupdated
Build-Abhängigkeitengo
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameopkssh
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

golang-github-openpubkey-opkssh-dev 0.4.0-1

OpenPubkey SSH tools for OpenID SSH logins (library)

https://github.com/openpubkey/opkssh

sudo apt install golang-github-openpubkey-opkssh-dev
  • Section: golang
  • Architecture: all
  • Source Package: opkssh
  • 10 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Opkssh
Debian stable package indexes · deb.debian.org · Debian stable package indexes: golang-github-openpubkey-opkssh-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

opkssh 0.4.0-1+b2

OpenPubkey SSH tools for OpenID SSH logins (program)

https://github.com/openpubkey/opkssh

sudo apt install opkssh
  • Section: net
  • Architecture: amd64
  • Source Package: opkssh
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Opkssh
Debian stable package indexes · deb.debian.org · Debian stable package indexes: opkssh from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

opkssh

nix profile install nixpkgs#opkssh
  • normalized package name match
  • Abgeglichen nach: Opkssh
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/op/opkssh/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
dnf95%

opkssh 0.14.0-2.fc45

OpenPubkey SSH

https://github.com/openpubkey/opkssh

sudo dnf install opkssh
  • License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MIT-0 AND Unlicense
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: opkssh
  • 3 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Opkssh
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: opkssh from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

opkssh-doc 0.14.0-2.fc45

Documentation for OpenPubkey SSH

https://github.com/openpubkey/opkssh

sudo dnf install opkssh-doc
  • License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MIT-0 AND Unlicense
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: opkssh
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Opkssh
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: opkssh-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

opkssh-server 0.14.0-2.fc45

Server configuration for OpenPubkey SSH

https://github.com/openpubkey/opkssh

sudo dnf install opkssh-server
  • License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MIT-0 AND Unlicense
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: opkssh
  • 2 Abhängigkeiten
  • 4 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Opkssh
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: opkssh-server from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

opkssh-server-selinux 0.14.0-2.fc45

SELinux policy for OpenPubkey SSH

https://github.com/openpubkey/opkssh

sudo dnf install opkssh-server-selinux
  • License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MIT-0 AND Unlicense
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: opkssh
  • 2 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Opkssh
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: opkssh-server-selinux from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
winget95%

openpubkey.opkssh

winget install --id openpubkey.opkssh -e
  • normalized package name match
  • Abgeglichen nach: Opkssh
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: openpubkey.opkssh from https://cdn.winget.microsoft.com/cache/source.msix

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment