diff --git a/fedora/vault.sh b/fedora/vault.sh deleted file mode 100644 index 460a088..0000000 --- a/fedora/vault.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -echo '#!/bin/sh -# Qubes App Split SSH Script - -# Activate GPG Agent and set the correct SSH socket -export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) -gpgconf --launch gpg-agent - -# safeguard - Qubes notification bubble for each ssh request -notify-send "[$(qubesdb-read /name)] SSH agent access from: $QREXEC_REMOTE_DOMAIN" - -# SSH connection -socat - "UNIX-CONNECT:$SSH_AUTH_SOCK"' | sudo tee /etc/qubes-rpc/qubes.SshAgent - -sudo chmod +x /etc/qubes-rpc/qubes.SshAgent \ No newline at end of file