mirror of https://github.com/pikvm/pikvm.git
Update vnc.md
This commit is contained in:
parent
a9b581bb30
commit
28d91515a7
|
|
@ -2,12 +2,14 @@
|
|||
As an alternative to the web interface, you can use VNC with various desktop clients. The main advantage of VNC over the browser is the ability to expand the image to the full screen, as well as complete interception of all keyboard keys. In some cases, VNC will be more responsive than the browser, especially on weak computers.
|
||||
|
||||
:exclamation: **Please note: we strongly adivse against using VNC in untrusted networks! (i.e. Internet, public WiFi and similar networks)**
|
||||
|
||||
The current VNC implementation uses either weak TLS encryption or no encryption at all (depending on your client). In the latter case, your password will be transmitted over the network in plain text. Unfortunately, this is the reality of the VNC protocol.
|
||||
|
||||
# Enabling VNC on the Pi-KVM side
|
||||
1. Switch Pi-KVM filesystem to read-write mode using command `rw`.
|
||||
2. _Optional:_ Change client's keyboard layout if you're using an non-US keyboard. To do this edit file `/etc/kvmd/override.yaml`
|
||||
:exclamation: **(remove `{}` before adding lines)**:
|
||||
2. _Optional:_ Change client's keyboard layout if you're using an non-US keyboard. To do this edit file `/etc/kvmd/override.yaml`
|
||||
|
||||
:exclamation: **(remove `{}` before adding lines)**:
|
||||
```yaml
|
||||
vnc:
|
||||
keymap: /usr/share/kvmd/keymaps/ru
|
||||
|
|
|
|||
Loading…
Reference in New Issue