From eeb589ff4f46864ae569b3dadc0d082ea04b0464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93mar=20H=C3=B6gni=20Gu=C3=B0marsson?= Date: Wed, 8 Nov 2023 22:17:59 +0000 Subject: [PATCH] WIP, waiting on glib merge. Could take a while --- docs/getting_started/remote-dev-dbus.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/getting_started/remote-dev-dbus.md diff --git a/docs/getting_started/remote-dev-dbus.md b/docs/getting_started/remote-dev-dbus.md new file mode 100644 index 0000000000..bc06dc697b --- /dev/null +++ b/docs/getting_started/remote-dev-dbus.md @@ -0,0 +1,10 @@ +## Connecting to dbus apis on a remote machine +Soon after starting a device you will find a need to +connect to the devices dbus apis remotely. + +Exposing the dbus interface over tcp is not secure. +You can run `systemd-stdio-bridge` over ssh that +links remote dbus apis. + +See [https://man.archlinux.org/man/core/systemd/systemd-stdio-bridge.1.en](https://man.archlinux.org/man/core/systemd/systemd-stdio-bridge.1.en) +This mail also describes the solution well [https://lists.freedesktop.org/archives/dbus/2018-April/017447.html](https://lists.freedesktop.org/archives/dbus/2018-April/017447.html) \ No newline at end of file