mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-07-21 04:48:41 -04:00
Add qubes-rpc for SshAgent
This commit is contained in:
parent
27d697ffc5
commit
418edc11ef
1 changed files with 8 additions and 0 deletions
8
etc/qubes-rpc/qubes.SshAgent
Normal file
8
etc/qubes-rpc/qubes.SshAgent
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue