1
0
Fork 0
dotfiles/qubes/rw/etc/systemd/user/qubes-ssh-socket.service

11 lines
200 B
SYSTEMD
Raw Permalink Normal View History

2025-03-03 19:29:36 +00:00
[Unit]
Description=Run a SSH proxy socket to another QubesOS VM
[Service]
Environment=SSH_VAULT_VM=vault
ExecStart=%h/.local/bin/qubes-ssh-socket
Restart=always
[Install]
WantedBy=multi-user.target