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 2 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
11 changes: 11 additions & 0 deletions _episodes/01-connecting.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,17 @@ MS-DOS (Microsoft Disk Operating System) it does not have an SSH tool built into
to be installed. There are a variety of programs that can be used for this; two common ones we
bkmgit marked this conversation as resolved.
Show resolved Hide resolved
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 by SSH. It is can be downloaded for free from
bkmgit marked this conversation as resolved.
Show resolved Hide resolved
[here](https://gitforwindows.org/).

#### Windows Subsystem for Linux

The Windows Subsystem for Linux also allows you to connect to a remote computer by using SSH.
bkmgit marked this conversation as resolved.
Show resolved Hide resolved
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