Changes between Version 8 and Version 9 of Docs/825gen2/Dev/Networking/RemoteControl
- Timestamp:
- 02/22/24 14:13:43 (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/Networking/RemoteControl
v8 v9 6 6 1. To enable remote control from the terminal: 7 7 {{{ 8 mkdir -p /etc/freerdp/keys/9 8 winpr-makecert -rdp -path /etc/freerdp/keys/ 10 9 }}} 11 10 12 2. Rename the generated keys to server.crt and server.key 11 2. Rename the generated keys to server.crt and server.key (winpr-makecert will name the files based on the hostname. We rename them to the generic names to match the already configured weston.ini file). 13 12 14 13 A script is added to do the above steps automatically.