We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4352e5 commit 67430ccCopy full SHA for 67430cc
vnc.md
@@ -0,0 +1,8 @@
1
+# VNC
2
+
3
+## Connecting via SSH
4
5
6
+```shell
7
+ssh -t -L 5900:localhost:5900 home 'x11vnc -localhost -display :0'
8
+```
0 commit comments