detail improvements for remote access

This commit is contained in:
2023-06-30 17:35:46 +02:00
parent d43fedbf7c
commit 2deecf7212

View File

@@ -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.