1
0
Fork 0

fix ssh-socket setup

This commit is contained in:
Anton Livaja 2025-03-03 11:51:29 -08:00
parent 717548c465
commit 8332e7232f
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,10 @@
[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

View File

@ -0,0 +1,10 @@
[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