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")