1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2025-02-01 18:41:34 -05:00

Add qubes-rpc for SshAgent

This commit is contained in:
Tommy 2025-01-28 07:21:13 -07:00 committed by GitHub
parent 27d697ffc5
commit 418edc11ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"