diff --git a/etc/qubes-rpc/qubes.SshAgent b/etc/qubes-rpc/qubes.SshAgent new file mode 100644 index 0000000..2144502 --- /dev/null +++ b/etc/qubes-rpc/qubes.SshAgent @@ -0,0 +1,8 @@ +#!/bin/sh +# Qubes App Split SSH Script + +# 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" \ No newline at end of file