Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Update 01-connecting.md #34

Merged
merged 3 commits into from
Dec 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion _episodes/01-connecting.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,20 @@ can find Terminal under "Utilities" in the Applications menu.

While Windows does have a command-line interface known as the "Command Prompt" that has its roots in
MS-DOS (Microsoft Disk Operating System) it does not have an SSH tool built into it and so one needs
to be installed. There are a variety of programs that can be used for this; two common ones we
to be installed. There are a variety of programs that can be used for this; a few common ones we
describe here, as follows:

#### Git BASH

Git BASH gives you a terminal like interface in Windows. You can use this to connect to a remote
computer via SSH. It can be downloaded for free from
[here](https://gitforwindows.org/).

#### Windows Subsystem for Linux

The Windows Subsystem for Linux also allows you to connect to a remote computer via SSH.
Instructions on installing it can be found [here](https://docs.microsoft.com/en-us/windows/wsl/install-win10).

#### MobaXterm

MobaXterm is a terminal window emulator for Windows and the home edition can be downloaded for free
Expand Down