From 1d92fad916506fba1c6f06d4b3a192e464fc9702 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Fri, 25 Mar 2022 14:24:56 +0000 Subject: [PATCH] Removing 'improvements' section from the README as the work has already been done --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 93cfc7f..87a3577 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,3 @@ Fetches SSH keys stored in Bitwarden vault and adds them to `ssh-agent`. 3. Upload the private key as an attachment. 4. Add the custom field `private` (can be overridden on the command line), containing the file name of the private key attachment. 5. Repeat steps 2-4 for each subsequent key - - -## Improvements to be made -* Find a way to extract the attachment from bitwarden in memory, instead of using a temporary file.