From 0f23e10e6be247af7a84f5253537fc121c82c331 Mon Sep 17 00:00:00 2001 From: Mat Jones Date: Wed, 21 Sep 2022 12:02:16 +0000 Subject: [PATCH] Add 1Password SSH agent Adds 1Password SSH agent. Allows you to use system biometric unlock (fingerprint, Windows Hello, Apple Watch unlock) to authenticate SSH requests, Git commit signing, etc. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2cb76f7..5934ac7 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. *Command-line development, version control, and deployment.* +* [1Password SSH Agent](https://developer.1password.com/docs/ssh/) - Authenticate Git and SSH workflows with biometric unlock using 1Password * [ack](https://beyondgrep.com/) - A grep-like search tool optimized for source code. * [add-gitignore](https://github.com/TejasQ/add-gitignore) - Interactive CLI that generates a .gitignore for your project based on your needs. * [bcal](https://github.com/jarun/bcal) - Byte CALculator for storage conversions and calculations