1
0

configuration/desktop: Enable GPG SSH support

This commit is contained in:
2024-04-14 17:57:56 +02:00
parent af72169172
commit 66d369bbd9
6 changed files with 54 additions and 0 deletions

6
pkgs/ssh-gpg/ssh-gpg.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
export SSH_AUTH_SOCK
exec ssh "$@"