Add qubes.SshAgent rpc to vault template

This commit is contained in:
titanz 2025-02-01 14:58:33 +01:00
parent da51780cbb
commit a1398bd6e1
Signed by: titanz
GPG Key ID: EABC72179C71D4F5

View File

@ -24,4 +24,10 @@ download() {
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