aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/yubikey.md
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-11-08 20:29:37 -0600
committerToby Vincent <tobyv13@gmail.com>2021-11-08 20:29:37 -0600
commit27f0eff579ecacf2aeb4f168263e02d77e28f243 (patch)
treeae70afc05b4f49cc98152b92768b554c1697ac7e /docs/yubikey.md
parent4cffe4db58ccdc08eeadbff0cc123caa010cd710 (diff)
chore: updated gpg-agent
Diffstat (limited to 'docs/yubikey.md')
-rw-r--r--docs/yubikey.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/yubikey.md b/docs/yubikey.md
index 745ba98..980be2a 100644
--- a/docs/yubikey.md
+++ b/docs/yubikey.md
@@ -127,7 +127,7 @@ Set it to autostart on login
# Powershell
$path = 'HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Run'
-$cmdl = "$bridge 127.0.0.1:$port --detach"
+$cmdl = "$bridge gpg-bridge --extra 127.0.0.1:$port --ssh \\.\pipe\gpg-bridge-ssh --detach"
$key = try {
Get-Item -Path $path -ErrorAction Stop
}