Set up opener. Support multiple hosts.

Enable with `systemctl --user enable --now opener@myhost`
This commit is contained in:
Daniel Lundin 2024-03-12 15:44:19 +01:00
parent fe11201cdb
commit e176c27955
3 changed files with 22 additions and 0 deletions
.ssh

View file

@ -21,6 +21,7 @@ LocalForward 127.0.0.1:3000 127.0.0.1:3000
LocalForward 127.0.0.1:8000 127.0.0.1:8000
LocalForward 127.0.0.1:8080 127.0.0.1:8080
LocalForward 127.0.0.1:9090 127.0.0.1:9090
RemoteForward ${XDG_RUNTIME_DIR}/opener.sock ${XDG_RUNTIME_DIR}/opener.dln-dev.sock
Host *
ForwardAgent no