From 3f0897296e1a8a94083c227c2fae2752992e236c Mon Sep 17 00:00:00 2001 From: Pavel Jirasek <pavel.jirasek@vsb.cz> Date: Thu, 28 Jun 2018 13:30:56 +0200 Subject: [PATCH] Fix --- .../graphical-user-interface/x-window-system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.it4i/general/accessing-the-clusters/graphical-user-interface/x-window-system.md b/docs.it4i/general/accessing-the-clusters/graphical-user-interface/x-window-system.md index 9ea347d88..fce058640 100644 --- a/docs.it4i/general/accessing-the-clusters/graphical-user-interface/x-window-system.md +++ b/docs.it4i/general/accessing-the-clusters/graphical-user-interface/x-window-system.md @@ -9,7 +9,7 @@ The X Window system is a principal way to get GUI access to the clusters. The ** ### Linux Example -In order to display graphical user interface GUI of various software tools, you need to enable the X display forwarding. On Linux and Mac, log in using the -X option tho ssh client: +In order to display graphical user interface GUI of various software tools, you need to enable the X display forwarding. On Linux and Mac, log in using the -X option in ssh client: ```console local $ ssh -X username@cluster-name.it4i.cz -- GitLab