This commit is contained in:
2024-12-19 10:40:20 +01:00
parent 6e5323b968
commit fe5475e0fb

View File

@@ -33,9 +33,9 @@ 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 /sec:tls +clipboard +fonts +bitmap-cache +glyph-cache /dynamic-resolution
xfreerdp /u:$USER /v:$REMOTE_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.
Adapt `$USER` (not needed if the user is the same as on the client machine) and `$REMOTE_RDP_SERVER` as required.
The keyboard layout can be set by an additional parameter `/kbd:0x409` (US) or `/kbd:0x807` (Swiss German).