mirror of
https://github.com/unman/shaker.git
synced 2024-10-01 01:25:41 -04:00
qubes-ssh - client side socket from unman/qubes-sync
This commit is contained in:
parent
10129a224c
commit
0670738957
11
share/qubes-ssh-forwarder.socket
Normal file
11
share/qubes-ssh-forwarder.socket
Normal 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
|
7
share/qubes-ssh-forwarder@.service
Normal file
7
share/qubes-ssh-forwarder@.service
Normal 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
|
Loading…
Reference in New Issue
Block a user