Add qubes-rpx for SshAgent
All checks were successful
ShellCheck / Shell syntax checker (push) Successful in 21s
All checks were successful
ShellCheck / Shell syntax checker (push) Successful in 21s
This commit is contained in:
parent
8f28a9812f
commit
da51780cbb
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…
x
Reference in New Issue
Block a user