linux:gnome:remote-desktop
This is an old revision of the document!
GNOME Remote Desktop
mkdir -p ~/.local/share/gnome-remote-desktop cd ~/.local/share/gnome-remote-desktop openssl req -newkey rsa:4096 -x509 -sha256 -days 3650 -nodes -out hostname.domain.tld.pem -keyout hostname.domain.tld.key grdctl rdp set-tls-key ~/.local/share/gnome-remote-desktop/hostname.domain.tld.key grdctl rdp set-tls-cert ~/.local/share/gnome-remote-desktop/hostname.domain.tld.pem grdctl rdp set-credentials # Enter credentials via standard input grdctl rdp disable-view-only grdctl rdp enable systemctl --user enable --now gnome-remote-desktop.service grdctl rdp status
linux/gnome/remote-desktop.1775501720.txt.gz · Last modified: by gsys