updated and proofread

This commit is contained in:
Asif Bacchus 2019-01-09 04:23:23 -07:00
parent 9332ec97ae
commit 0b9eb84ca1
1 changed files with 4 additions and 2 deletions

View File

@ -9,6 +9,7 @@ key-pairs for your users and then set both *PermitRootLogin* and
*PasswordAuthentication* to **no**.
The default configuration included here will:
- listen on all configured interfaces
- **listen on non-standard port 222**
- permit root login
@ -18,7 +19,7 @@ The commented lines indicate the *recommended settings* and appear directly
before the setting currently enabled that should be changed (i.e. line removed
and replaced with the commented line above it).
Please see my post at https://mytechiethoughts.com/<post_address> for detailed
Please see my post at [My Techie-Thoughts](https://mytechiethoughts.com/<post_address) for detailed
instructions on setting up a secure SSH server.
## Banner file (banner)
@ -33,4 +34,5 @@ used. You can delete/change/replace it freely. It is referenced in the
```
If you want to use the banner file, edit it as desired then uncomment this line
in your *sshd_config*.
in your *sshd_config*. If you do not want a banner displayed, simply leave this
line commented (as-is) in your configuration.