Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/getting_started/remote-dev-dbus.md
Original file line number Diff line number Diff line change
@@ -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)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add steps to build, while we wait for the PR