This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
notes:remmina-vnc-raspberry [2020/07/17 09:55] admin |
notes:remmina-vnc-raspberry [2020/07/17 09:57] (current) admin |
||
---|---|---|---|
Line 12: | Line 12: | ||
Now, edit the file /root/.vnc/config.d/vncserver-x11 | Now, edit the file /root/.vnc/config.d/vncserver-x11 | ||
| | ||
- | sudo geany /root/.vnc/config.d/vncserver-x11 | + | sudo nano /root/.vnc/config.d/vncserver-x11 |
and add the following line at the end of the file: | and add the following line at the end of the file: | ||
Line 26: | Line 26: | ||
Authentication=VncAuth | Authentication=VncAuth | ||
- | (''c3abbea3b003a0b231737c0541892d72'' is the encrypted version of ''raspberry'') | + | ''c3abbea3b003a0b231737c0541892d72'' is the encrypted version of ''raspberry''; your line will be different. |
Eventually, restart the VNC server service with | Eventually, restart the VNC server service with |