mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-05 10:31:34 -05:00
Remoev unnecessary vault setup
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
6b7dacda7c
commit
656713af21
@ -1,16 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
echo '#!/bin/sh
|
|
||||||
# Qubes App Split SSH Script
|
|
||||||
|
|
||||||
# Activate GPG Agent and set the correct SSH socket
|
|
||||||
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
|
||||||
gpgconf --launch gpg-agent
|
|
||||||
|
|
||||||
# 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"' | sudo tee /etc/qubes-rpc/qubes.SshAgent
|
|
||||||
|
|
||||||
sudo chmod +x /etc/qubes-rpc/qubes.SshAgent
|
|
Loading…
Reference in New Issue
Block a user