VNC
Setup
Follow instructions at Fedora documentation.
Password length on server should be maximum 8 characters. Further characters are ignored.
Use display numbers starting from 1 without skipping (1, 2, 3, …).
To prevent unencrypted connections, add the arguments -localhost
and
-nolisten tcp
to the ExecStart line in systemd
unit
ExecStart=/sbin/runuser -l <USER> -c "/usr/bin/vncserver -localhost -nolisten tcp %i"
Connection
Create encrypted connection to server
Open VNC client
And enter localhost:<localport>
and password.