linux:gnome:remote-desktop
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux:gnome:remote-desktop [2026/04/06 20:53] – created gsys | linux:gnome:remote-desktop [2026/04/06 22:00] (current) – gsys | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| < | < | ||
| - | + | mkdir -p ~/ | |
| - | grdctl rdp set-tls-key ~/ | + | cd ~/ |
| - | grdctl rdp set-tls-cert ~/ | + | 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-cert ~/ | ||
| grdctl rdp set-credentials # Enter credentials via standard input | grdctl rdp set-credentials # Enter credentials via standard input | ||
| grdctl rdp disable-view-only | grdctl rdp disable-view-only | ||
| + | grdctl rdp set-port 3399 | ||
| grdctl rdp enable | grdctl rdp enable | ||
| 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.1775501619.txt.gz · Last modified: by gsys