Skip to content

Commit 67430cc

Browse files
committed
Added vnc.md
1 parent a4352e5 commit 67430cc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

vnc.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)