From 50531519df90375e2c2b3dae0b92934e29122b19 Mon Sep 17 00:00:00 2001 From: Nikola Mitev <5285161+nikmit@users.noreply.github.com> Date: Sat, 26 Jul 2025 10:22:07 +0100 Subject: [PATCH] Update GUIDE.md Updated the XPRA connect command to what worked for me on Linux Mint 22. Using the :10 was interpreted as a custom SSH port number --- headless-bisq/GUIDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/headless-bisq/GUIDE.md b/headless-bisq/GUIDE.md index 3a8dc91..a4e79b8 100644 --- a/headless-bisq/GUIDE.md +++ b/headless-bisq/GUIDE.md @@ -118,8 +118,8 @@ xpra list ``` Now head exit from your headless client and get back into terminal for your host and run this: ``` -### Reminder the :10 must match the number used in your headless client above -xpra attach ssh:username@{headless-ip}:10 +### Reminder the 10 must match the number used in your headless client above +xpra attach ssh:username@{headless-ip}/10 ``` This should hopefully make your Bisq instance pop up on the host machine in all it's glory. You can now create an offer and then keep that offer running on the server and shudown your host machine. Just use `CTRL+C` in the terminal window where you ran `xpra attach ssh:username@{headless-ip}:10`. Happy trading!