1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2025-02-02 02:51:33 -05:00

Add qubes.SshAgent rpc to vault template

This commit is contained in:
Tommy 2025-01-28 07:23:15 -07:00 committed by GitHub
parent 418edc11ef
commit 7fc29b213d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,4 +24,10 @@ download() {
unpriv curl -s --proxy http://127.0.0.1:8082 "${1}" | sudo tee "${2}" > /dev/null unpriv curl -s --proxy http://127.0.0.1:8082 "${1}" | sudo tee "${2}" > /dev/null
} }
sudo dnf install -y keepassxc openssh-askpass download https://raw.githubusercontent.com/TommyTran732/QubesOS-Scripts/main/etc/qubes-rpc/qubes.SshAgent /etc/qubes-rpc/qubes.SshAgent
sudo chmod +x /etc/qubes-rpc/qubes.SshAgent
# Not using openssh-askpass here, because of this bug:
# https://github.com/QubesOS/qubes-issues/issues/9741
sudo dnf install -y keepassxc