1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2025-02-02 11:01:34 -05:00
QubesOS-Scripts/etc/qubes-rpc/qubes.SshAgent

8 lines
239 B
Plaintext
Raw Normal View History

2025-01-28 09:21:13 -05:00
#!/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"