fix(qubes): rename RPC to user.SshAgent
This commit is contained in:
parent
1ab3859b82
commit
d416bd803f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user