summaryrefslogtreecommitdiff
path: root/j12dt1.md
diff options
context:
space:
mode:
Diffstat (limited to 'j12dt1.md')
-rw-r--r--j12dt1.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/j12dt1.md b/j12dt1.md
new file mode 100644
index 0000000..a3a7803
--- /dev/null
+++ b/j12dt1.md
@@ -0,0 +1,25 @@
+---
+id: j12dt1
+date: 2026-02-11T20:31:46+0300
+languages: [en]
+aliases:
+
+reviews:
+
+tags:
+- draft
+- knowledge
+
+- gnupg
+- ssh
+---
+# Use GPG key as SSH key
+
+You need to set `GPG_TTY` and `SSH_AUTH_SOCK` variables:
+```nu
+$env.GPG_TTY = (tty)
+$env.SSH_AUTH_SOCK = (gpgconf --list-dirs agent-ssh-socket)
+```
+
+## Up
+-