From 3c8d8670e8559872fdb39221b0c949b33607ab90 Mon Sep 17 00:00:00 2001
From: lazariv <taras.lazariv@tu-dresden.de>
Date: Fri, 10 Jun 2022 17:06:40 +0000
Subject: [PATCH] Replace backticks with qoutation marks

---
 .../docs/access/ssh_mobaxterm.md              | 44 +++++++++----------
 1 file changed, 22 insertions(+), 22 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/access/ssh_mobaxterm.md b/doc.zih.tu-dresden.de/docs/access/ssh_mobaxterm.md
index 02eaac66a..dba5903a1 100644
--- a/doc.zih.tu-dresden.de/docs/access/ssh_mobaxterm.md
+++ b/doc.zih.tu-dresden.de/docs/access/ssh_mobaxterm.md
@@ -19,57 +19,57 @@ You should see the following interface after starting the MobaXterm application.
 
 ## Configure local settings
 
-Select the tab `Settings` &#8594; `Configuration` or click the button `Settings` in the toolbar. A
-new window will open.
+Select the menu entry "Settings" &#8594; "Configuration" or click the button "Settings" in the
+toolbar. A new window will open.
 
 ![Settings in MobaXterm](misc/mobaxterm3_config.png)
 
-Here you can set different options in different tabs:
+Here you can set different options in the following tabs:
 
-- `General` - local pathing-options for local MobaXterm-session,
-- `Terminal` -  options, which alter your Terminal. e.g. color scheme,
-- `X11` - options for X11-forwarding. It is enabled by default,
-- `SSH` - general SSH settings e.g. keep-alive, SSH agent, browser-options,
-- `Display` - general display-options for the application,
-- `Toolbar` - customization of the toolbar,
-- `Misc` - options to alter specific actions inside the MobaXterm-application.
+- "General" - local pathing-options for local MobaXterm-session,
+- "Terminal" -  options, which alter your Terminal. e.g. color scheme,
+- "X11" - options for X11-forwarding. It is enabled by default,
+- "SSH" - general SSH settings e.g. keep-alive, SSH agent, browser-options,
+- "Display" - general display-options for the application,
+- "Toolbar" - customization of the toolbar,
+- "Misc" - options to alter specific actions inside the MobaXterm-application.
 
 ## Start a new session
 
-1. Select the tab `Sessions`  &rarr; `New session` or click the button `Session` in the toolbar.
+1. Select the tab "Sessions"  &rarr; "New session" or click the button "Session" in the toolbar.
 
 ![Opening a new session in MobaXterm](misc/mobaxterm4_session.png)
 
-2. Select a SSH section. Insert `Remote host` (taurus.hrsk.tu-dresden.de), `Username` ("marie" in
-   this example), and `Port` 22. Near username, you can store credentials or just passphrases for
+2. Select a SSH section. Insert "Remote host" (taurus.hrsk.tu-dresden.de), "Username" ("marie" in
+   this example), and "Port" 22. Near username, you can store credentials or just passphrases for
    specific connection (not recommended).
 
 ![Settings for SSH connection in MobaXterm](misc/mobaxterm5_ssh.png)
 
 3. You can configure advanced settings in the same window below. These are
 
-- `Advanced SSH settings` - set defaults for this specific new session. For example, set an SSH key or change the remote environment,
-- `Terminal settings` - change some terminal options,
-- `Network settings` - configure how the connection is built over the network. For example, by adding a proxy as gateway to the targeted system,
-- `Bookmark settings` - specify how the session will be saved to your session list, which is afterwards
-accessible by the top left navigation tab named `Sessions`.
+- "Advanced SSH settings" - set defaults for this specific new session. For example, set an SSH key or change the remote environment,
+- "Terminal settings" - change some terminal options,
+- "Network settings" - configure how the connection is built over the network. For example, by adding a proxy as gateway to the targeted system,
+- "Bookmark settings" - specify how the session will be saved to your session list, which is afterwards
+accessible by the top left navigation tab named "Sessions".
 
-4.  Start the session by clicking the button `OK`.
+4.  Start the session by clicking the button "OK".
 
     If it is **not** your first time, your previous sessions are saved and you can find by going to
-    the tab `Sessions`  &rarr;  `User sessions` and click the desired session. You can double click
+    the tab "Sessions"  &rarr;  "User sessions" and click the desired session. You can double click
     on one of your previous sessions the left.
 
 ![Opening a saved session in MobaXterm](misc/mobaxterm6_oldse.png)
 
-5. The last thing to do is to input your HPC password in the command line and to press `enter`.
+5. The last thing to do is to input your HPC password in the command line and to press enter.
 
 ![Saving your password in MobaXterm](misc/mobaxterm7_pw.png)
 
 !!! Caution
 
     Do not forget to close the session after your jobs are finished. Just enter `exit` in the
-    command line and complete with pressing `enter`. So, the system knows that you are off.
+    command line and complete with pressing enter. So, the system knows that you are off.
     Otherwise, the cores reserved for you cannot be used by other users. Your CPU time stays active
     until your reserved time will be over.
 
-- 
GitLab