From 2deecf72125f224c1489ce728aeb049ad5ee37cf Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Fri, 30 Jun 2023 17:35:46 +0200 Subject: [PATCH] detail improvements for remote access --- user-guide/xrdp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user-guide/xrdp.md b/user-guide/xrdp.md index 3fd986a0..6b46b7bc 100644 --- a/user-guide/xrdp.md +++ b/user-guide/xrdp.md @@ -40,7 +40,7 @@ and finally you get to the login screen: There is a number of GUI-clients like `Remmina`, `Vinagre` or `KRDC`, but it can also be connected from the terminal with `xfreerdp`: ``` -xfreerdp /u:$USER /v:$REMOVE_RDP_SERVER +clipboard +fonts +bitmap-cache +glyph-cache /dynamic-resolution +xfreerdp /u:$USER /v:$REMOVE_RDP_SERVER /sec:tls +clipboard +fonts +bitmap-cache +glyph-cache /dynamic-resolution ``` Adapt `$USER` (not needed if the user is the same as on the client machine) and `$REMOVE_RDP_SERVER` as required. @@ -84,7 +84,7 @@ Another option is to use `x11vnc` to share the desktop. This tool is run from th The suggested way to start it is: ``` -x11vnc -extra_fbur 5 -forever -shared -loop -find -rfbport 5900 -unixpw $USER +UNIXPW_DISABLE_SSL=1 x11vnc -extra_fbur 5 -forever -shared -loop -find -localhost -rfbport 5900 -unixpw $USER ``` and keep it running somewhere in the background as long as you need remote access.