summaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-05-13 16:52:34 -0500
committerToby Vincent <tobyv13@gmail.com>2021-05-13 16:52:34 -0500
commite17f2e210cad8746f7af47f8cefcb3f26ee41fad (patch)
tree959766967aa543db2a4ff49481ee37703ca46445 /docs
parent8eb36b39e9fe6ae032f37541fbf54a7beb284afc (diff)
feat: improved and functionized gpg.sh logic
Diffstat (limited to 'docs')
-rw-r--r--docs/cheatsheet.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/docs/cheatsheet.md b/docs/cheatsheet.md
index 0ab25b3..b1c5002 100644
--- a/docs/cheatsheet.md
+++ b/docs/cheatsheet.md
@@ -5,9 +5,9 @@ My personal cheat sheet of commands for various tools and workflows
- [WSL2 Yubikey Setup](#wsl2-yubikey-setup)
- [SSH Agent](#ssh-agent)
- [In Windows](#in-windows)
- - [In WSL2](#in-wsl2)
- [GPG Agent](#gpg-agent)
- [Windows](#windows)
+ - [In WSL2](#in-wsl2)
# Git
@@ -187,10 +187,4 @@ New-ItemProperty -Path $key.PSPath -Name "gpg-bridge" -Value "$cmdl"
The only setup needed for getting the YubiKey working in WSL2 is to source/copy-paste [gpg.sh](sh/gpg.sh) in your shell profile.
-Along with the initialization code, I wrote a small function the resets all the related agents/sockets. The only time I have needed this is when you
-
-1. remove a key
-2. **attempt to use the key**
-3. reinsert the key
-
-If you do not attempt to access the Yubikey while it is not inserted, in my experience, gpg works great has no issues reinserting the Yubikey. It is only when you try to access a Yubikey that you have removed that puts it in a failed state. \ No newline at end of file
+Along with the initialization code, I wrote a small function the resets all the related agents/sockets. If you do not attempt to access the Yubikey while it is not inserted, in my experience, gpg works great has no issues once reinserting the Yubikey. It is only (inconsistently) when you try to access a Yubikey that you have removed that puts it in a failed state. \ No newline at end of file