From 7516bced0c278458bfc339181c1c7983c48558eb Mon Sep 17 00:00:00 2001 From: Pavel Jirasek <pavel.jirasek@vsb.cz> Date: Wed, 27 Jun 2018 13:36:44 +0200 Subject: [PATCH] Typo --- .../accessing-the-clusters/graphical-user-interface/vnc.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs.it4i/general/accessing-the-clusters/graphical-user-interface/vnc.md b/docs.it4i/general/accessing-the-clusters/graphical-user-interface/vnc.md index 1400364e..18896d72 100644 --- a/docs.it4i/general/accessing-the-clusters/graphical-user-interface/vnc.md +++ b/docs.it4i/general/accessing-the-clusters/graphical-user-interface/vnc.md @@ -144,7 +144,7 @@ Fill the Source port and Destination fields. **Do not forget to click the Add bu ### Use WSL to Log in on Cluster -[Windows Subsystem for Linux](http://docs.microsoft.com/en-us/windows/wsl) is way to run Linux software in a Windows environment. +[Windows Subsystem for Linux](http://docs.microsoft.com/en-us/windows/wsl) is another way to run Linux software in a Windows environment. At your machine, create the tunnel: @@ -152,6 +152,8 @@ At your machine, create the tunnel: local $ ssh username@login2.cluster-name.it4i.cz -L 5961:localhost:5961 ``` +## VNC client + Run the VNC client of your choice, select VNC server 127.0.0.1, port 5961 and connect using VNC password. ## Example of Starting TigerVNC Viewer -- GitLab