fix(qubes): rename RPC to user.SshAgent

This commit is contained in:
Michel 2024-11-06 14:52:56 +01:00
parent 1ab3859b82
commit d416bd803f

View File

@ -24,7 +24,7 @@ if [[ -n "$SSH_VAULT_VM" ]]; then
{
umask u=rw,go=
rm -f "${SSH_AUTH_SOCK}"
socat "UNIX-LISTEN:${SSH_AUTH_SOCK},fork" "EXEC:qrexec-client-vm ${SSH_VAULT_VM} qubes.SshAgent"
socat "UNIX-LISTEN:${SSH_AUTH_SOCK},fork" "EXEC:qrexec-client-vm ${SSH_VAULT_VM} user.SshAgent"
} &!
fi