Credctl – Replace AWS access keys with Secure Enclave-bound credentials
Secure Enclave-bound AWS credentials could replace access keys if it works.

Touch ID for SSH using Secure Enclave—keys can't be stolen even if disk is compromised.
macOS developers and sysadmins using SSH
macOS built-in ssh-agent · ssh-keygen
sod generates an ecdsa-sha2-nistp256, unexportable key inside the Apple Secure Enclave.
It then orchestrates a barebones ssh-agent session which, in short - allows authenticating to OpenSSH servers the same way you would normally - but with your fingerprint instead of your password.
No special support required on the server side, this simply bridges typical ssh client behavior with Secure Enclave signing primitives.
sod is CLI-only, and "speaks" in typical OpenSSH verbs: ssh-keygen, ssh-add, ssh-agent.
sod is a lean codebase written in Swift - zero dependencies (outside of Swift's own). It does not implement any cryptography itself but rather delegates to macOS and OpenSSH crypto.
Quickstart: brew install botanica-consulting/tap/sod
sd install
ssh-copy-id -i ~/.ssh/id_sod.pub user@host
ssh user@host
Pre-built .pkg and the code for your perusal at: https://github.com/botanica-consulting/sodAny feedback is welcome!
-- sod is a FOSS project by https://botanica.software
Secure Enclave-bound AWS credentials could replace access keys if it works.
Secure Enclave vault exec beats .env files for AI agent secret injection.
WebAuthn passkeys replace SSH keys—Touch ID auth without managing key files.
Userspace Tailscale networking for Apple containers avoids kernel TUN limitations securely.
Reuses existing SSH keys for encryption so you don't manage new credentials.
Free AppLocker alternative with Apple Watch unlock and full-screen overlay.