Auths Developer IAM
Passwordless Biometric Presentation Authentication for Infrastructure
Replace static SSH keys, static tokens, and password databases. Authenticate infrastructure access via hardware Touch ID presentation challenges verifiable offline without central identity issuers.
Zero-Trust Developer IAM Flow
Developer attempts SSH connection, kubectl command, or AWS CLI call.
Ephemeral Touch ID Presentations for SSH & Kubernetes
Eliminate static SSH private keys like .ssh/id_rsa and long-lived AWS IAM secret keys. Developers authenticate terminal access via Touch ID.
Passwordless Infrastructure Authentication
Biometrically backed presentation authentication for SSH terminals, Kubernetes clusters, and AWS CLI credentials.
Host production-bastion.internal
User dev-alice
IdentityFile none
# Auths presentation challenge provider
ProxyCommand auths rp ssh-challenge --host %h --port %pHardware Touch ID / Passkey
Replaces static SSH keys and database passwords with Touch ID, Windows Hello, or YubiKey authentication.
Issuerless Presentations
Relying party servers verify developer presentation tokens completely offline without contacting identity providers.
Native Linux & macOS PAM
C-FFI pam_auths.so module plugs directly into standard OpenSSH sshd and PAM authentication stacks.
Replay-Proof Nonces
Single-use cryptographic nonces prevent replay attacks across infrastructure management endpoints.