Set up opener. Support multiple hosts.
Enable with `systemctl --user enable --now opener@myhost`
This commit is contained in:
parent
fe11201cdb
commit
e176c27955
3 changed files with 22 additions and 0 deletions
.ssh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue