qubes-ssh - client side socket from unman/qubes-sync

This commit is contained in:
unman 2021-02-05 14:28:53 +00:00
parent 10129a224c
commit 0670738957
No known key found for this signature in database
GPG Key ID: FDD1B8244731B36C
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,11 @@
[Unit]
Description=Forward connection to ssh over Qubes RPC
ConditionPathExists=/var/run/qubes-service/ssh-setup
[Socket]
ListenStream=127.0.0.1:840
BindToDevice=lo
Accept=true
[Install]
WantedBy=multi-user.target

View File

@ -0,0 +1,7 @@
[Unit]
Description=Forward connection to ssh over Qubes RPC
[Service]
ExecStart=/usr/bin/qrexec-client-vm '' qubes.ssh
StandardInput=socket
StandardOutput=inherit