ELSEIF
Your brief EB
403 stories from 115 feeds 456 clusters Refreshed 1 minute ago next pull 18:07

TECH Signal 393

OPKSSH open-sourced, removing manual SSH key management via OpenID Connect

Illustration only Photo by Kathyryn Tripp on Unsplash

OPKSSH, an SSH integration that uses OpenID Connect to replace long-lived SSH keys with ephemeral ones, has been open-sourced under the OpenPubkey project after Cloudflare gifted the code.

WHY IT MATTERS

For engineers, OPKSSH removes the burden of managing long-lived SSH keys and their associated security risks, replacing them with ephemeral keys tied to an identity provider. This simplifies access control and reduces the attack surface from compromised or forgotten keys. It also allows SSH from any machine with opkssh installed without copying private keys.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

Cloudflare gifted the OPKSSH code to the OpenPubkey project, making it open source.

02

OPKSSH uses OpenID Connect to generate ephemeral SSH keys that expire by default every 24 hours.

03

OPKSSH requires no changes to the SSH protocol and adds no trusted party beyond the identity provider.

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
ethanheilman.com via Lobsters Open-sourcing OpenPubkey SSH (OPKSSH): integrating single sign-on with SSH Open ↗