Merge pull request #9 from remyabel/patch-1

Fix typo: s/eaiser/easier
This commit is contained in:
IMTheNachoMan
2019-02-16 17:21:54 -05:00
committed by GitHub

View File

@@ -436,7 +436,7 @@ SSH is a door into your server. This is especially true if you are opening ports
##### Steps ##### 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 ``` bash
sudo cp --preserve /etc/ssh/sshd_config /etc/ssh/sshd_config.$(date +"%Y%m%d%H%M%S") sudo cp --preserve /etc/ssh/sshd_config /etc/ssh/sshd_config.$(date +"%Y%m%d%H%M%S")