From 0a583e17d4ac3c9a30ff4cdcf885b39a703e36a4 Mon Sep 17 00:00:00 2001 From: remyabel <47402505+remyabel@users.noreply.github.com> Date: Sat, 16 Feb 2019 16:57:06 -0500 Subject: [PATCH] Fix typo: s/eaiser/easier --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9e04f2..e1afdc0 100644 --- a/README.md +++ b/README.md @@ -436,7 +436,7 @@ SSH is a door into your server. This is especially true if you are opening ports ##### Steps -1. Make a backup of `/etc/ssh/sshd_config` and remove default comments to make it eaiser to read: +1. Make a backup of `/etc/ssh/sshd_config` and remove default comments to make it easier to read: ``` bash sudo cp --preserve /etc/ssh/sshd_config /etc/ssh/sshd_config.$(date +"%Y%m%d%H%M%S")