From 9bea7b96cd96e8b5cd01001e7b4b09c5972ed9f0 Mon Sep 17 00:00:00 2001 From: Niko Sirmpilatze Date: Tue, 3 Oct 2023 15:20:05 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Joe Ziminski <55797454+JoeZiminski@users.noreply.github.com> --- docs/source/programming/SSH-SWC-cluster.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/programming/SSH-SWC-cluster.md b/docs/source/programming/SSH-SWC-cluster.md index 88ac1c9..04746ab 100644 --- a/docs/source/programming/SSH-SWC-cluster.md +++ b/docs/source/programming/SSH-SWC-cluster.md @@ -32,7 +32,7 @@ You have two options on how to proceed: 1. Install [Git Bash](https://gitforwindows.org/), which emulates a Linux terminal on Windows and includes tools that are not available on Windows by default, such as `nano`, and `ssh-copy-id`. This is the recommended option, as it will allow you to follow along with all commands in this guide, as they are presented. Just assume that all commands are run in Git Bash. -2. If you are using Windows 10 or newer,you can follow this guide (except for the section on [SSH keys](#ssh-keys)) using native Windows functionalities as described here. +2. If you are using Windows 10 or newer, you can follow this guide (except for the section on [SSH keys](#ssh-keys)) using native Windows functionalities as described here. To [Log into the cluster](#log-into-the-cluster), you can use the same commands as in the guide below, but typed in the Windows `cmd`: @@ -44,7 +44,7 @@ You have two options on how to proceed: The [SSH config file](#ssh-config-file) section can be followed using the file browser and Notepad, instead of the terminal and `nano`. Create the `.ssh` folder in you home directory, i.e. `C:\Users\\.ssh`, - if it does not already exist (don't forget the `.` at the start). + if it does not already exist (don't forget the `.` at the start of `.ssh`). You may create and edit the `config` file with Notepad but beware that the file must not have an extension. To create a file without an extension in Windows, you need to make the file extensions visible