simplified RDP
This commit is contained in:
@@ -64,3 +64,22 @@ sovran_systemsOS.features.element-calling = true;
|
||||
```nix
|
||||
sovran_systemsOS.features.rdp = true;
|
||||
```
|
||||
Next in a new termianl window paste this in:
|
||||
|
||||
```bash
|
||||
ssh root@localhost
|
||||
```
|
||||
Type in password for if required it is the password to run the Sovran_SystemsOS_Updater app
|
||||
|
||||
Next paste in these commands and make sure you add your own username and password
|
||||
```bash
|
||||
sudo -u gnome-remote-desktop winpr-makecert -silent -rdp -path /var/lib/gnome-remote-desktop rdp-tls
|
||||
grdctl --system rdp set-tls-key /var/lib/gnome-remote-desktop/rdp-tls.key
|
||||
grdctl --system rdp set-tls-cert /var/lib/gnome-remote-desktop/rdp-tls.crt
|
||||
grdctl --system rdp enable
|
||||
grdctl --system rdp set-credentials "username" "passaword"
|
||||
```
|
||||
Last access Sovran_SystemsOS Desktop from any computer in your nextwork by using any software that connects thrthrough RDP
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user