From 5b61b7230a003e09e6aae5078e2a09ab767d00a3 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Thu, 22 Jun 2023 20:48:02 -0400 Subject: [PATCH] docs: add linux ssh example (#1388) --- docs/source/about/usage.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/source/about/usage.rst b/docs/source/about/usage.rst index fa680ba6..3e956559 100644 --- a/docs/source/about/usage.rst +++ b/docs/source/about/usage.rst @@ -21,6 +21,14 @@ Usage .. Attention:: The configuration file specified will be created if it doesn't exist. + **Start Sunshine over SSH (Linux/X11)** + .. code-block:: bash + + ssh -t @ 'startx &; export DISPLAY=:0; sunshine' + + .. Note:: You could also utilize the ``~/.bash_profile`` or ``~/.bashrc`` files to setup the ``DISPLAY`` + variable. + #. Configure Sunshine in the web ui The web ui is available on `https://localhost:47990 `_ by default. You may replace