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
+6
View File
@@ -0,0 +1,6 @@
enable-ssh-support
default-cache-ttl 180800
max-cache-ttl 180800
default-cache-ttl-ssh 180800
max-cache-ttl-ssh 180800
+4
View File
@@ -157,3 +157,7 @@ if (( $+commands[tmux] )); then
exit exit
fi fi
fi fi
# GPG-Agent
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent