macOS
brew install opksshlocal Homebrew formula metadata
sudo port install opksshMacPorts ports tree · net/opkssh/Portfile · ソース: api.github.com
brew / 順位 4276
opkssh のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install opksshlocal Homebrew formula metadata
sudo port install opksshMacPorts ports tree · net/opkssh/Portfile · ソース: api.github.com
sudo apt install opksshDebian stable package indexes · opkssh · ソース: deb.debian.org
sudo dnf install opksshFedora Rawhide package metadata · opkssh · ソース: dl.fedoraproject.org
nix profile install nixpkgs#opksshnixpkgs package indexes · pkgs/by-name/op/opkssh/package.nix · ソース: api.github.com
winget install --id openpubkey.opkssh -eWindows Package Manager source index · openpubkey.opkssh · ソース: cdn.winget.microsoft.com
概要
Enables SSH to be used with OpenID Connect
履歴
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.
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.
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.
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.
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.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
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.
Config paths the tool may read or write during local use.
/etc/opk/providers/etc/opk/auth_id/etc/opk/policy.d/*.yml~/.opk/config.yml%ProgramData%\opk\providers%ProgramData%\opk\auth_id実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
opkssh | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:opkssh |
|---|---|
| バージョン | 0.16.0 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://eprint.iacr.org/2023/296 |
| リポジトリ | https://github.com/openpubkey/opkssh |
| 最終更新 | 2026-07-27T23:46:52+02:00 |
| Pulse | updated |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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-devopkssh 0.4.0-1+b2
OpenPubkey SSH tools for OpenID SSH logins (program)
https://github.com/openpubkey/opkssh
sudo apt install opksshopkssh
nix profile install nixpkgs#opksshopkssh 0.16.0-1.fc45
OpenPubkey SSH
https://github.com/openpubkey/opkssh
sudo dnf install opksshopkssh-doc 0.16.0-1.fc45
Documentation for OpenPubkey SSH
https://github.com/openpubkey/opkssh
sudo dnf install opkssh-docopkssh-server 0.16.0-1.fc45
Server configuration for OpenPubkey SSH
https://github.com/openpubkey/opkssh
sudo dnf install opkssh-serveropkssh-server-selinux 0.16.0-1.fc45
SELinux policy for OpenPubkey SSH
https://github.com/openpubkey/opkssh
sudo dnf install opkssh-server-selinuxopkssh
sudo port install opksshopenpubkey.opkssh
winget install --id openpubkey.opkssh -eソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.