linux:gnome:remote-desktop
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:gnome:remote-desktop [2026/04/06 21:12] – gsys | linux:gnome:remote-desktop [2026/04/06 22:00] (current) – gsys | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| cd ~/ | cd ~/ | ||
| openssl req -newkey rsa:4096 -x509 -sha256 -days 3650 -nodes -out hostname.domain.tld.pem -keyout hostname.domain.tld.key | openssl req -newkey rsa:4096 -x509 -sha256 -days 3650 -nodes -out hostname.domain.tld.pem -keyout hostname.domain.tld.key | ||
| + | chmod 644 hostname.domain.tld.pem | ||
| + | chmod 600 hostname.domain.tld.key | ||
| grdctl rdp set-tls-key ~/ | grdctl rdp set-tls-key ~/ | ||
| grdctl rdp set-tls-cert ~/ | grdctl rdp set-tls-cert ~/ | ||
| Line 13: | Line 15: | ||
| systemctl --user enable --now gnome-remote-desktop.service | systemctl --user enable --now gnome-remote-desktop.service | ||
| grdctl rdp status | grdctl rdp status | ||
| + | sudp ufw allow from 10.1.1.0/24 to any port 3399 proto tcp | ||
| </ | </ | ||
| + | |||
| + | https:// | ||
linux/gnome/remote-desktop.1775502739.txt.gz · Last modified: by gsys