Use PGP auth key for ssh

This commit is contained in:
2026-04-08 06:45:44 +02:00
parent 206db58418
commit 10d4311318
2 changed files with 10 additions and 0 deletions
+4
View File
@@ -157,3 +157,7 @@ if (( $+commands[tmux] )); then
exit
fi
fi
# GPG-Agent
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent