From 3f8d4098bad4efe74899983144f6a51660cb3e50 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 20 Jun 2019 11:21:29 +0200 Subject: [PATCH] Fix typo --- content/fundamentals/ssh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/fundamentals/ssh.md b/content/fundamentals/ssh.md index 6e610b7..1e8b6ad 100644 --- a/content/fundamentals/ssh.md +++ b/content/fundamentals/ssh.md @@ -11,7 +11,7 @@ Category: fundamentals Some of the essential things that separate a server from other computers is that first they are usually not where you are and second that often come without screen and keyboard. With homebrewservers this is particularly the case when using Single Board Computers (SBC). -In order to use a server you need to it over the network using the command-line interface or shell. This is usually done with a program called SSH which stands for Secure Shell. +In order to use a server you need to connect to it over the network using the command-line interface or shell. This is usually done with a program called SSH which stands for Secure Shell. One of the more important and foundational skills needed for experimenting and maintaining servers is understanding, using and troubleshooting SSH.