Compare commits

...

4 Commits

Author SHA1 Message Date
IMTheNachoMan
8f78e027e9 Merge pull request #91 from SuperLanceur/patch-1
Changed the order of settings in #iptables-intrusion-detection-and-pr…
2023-02-04 22:56:07 -05:00
IMTheNachoMan
fc60a12600 Merge pull request #93 from wasteofusername/patch-1
Fix a really small typo of prerequisite
2023-02-04 22:55:40 -05:00
Jack A
3a61bffc21 Fix a really small typo of prerequisite
Loving the guide man
2023-02-04 16:15:59 -05:00
SuperLanceur
db3625ab21 Changed the order of settings in #iptables-intrusion-detection-and-prevention-with-psad
When looking for these settings, EXPECT_TCP_OPTIONS was between HOSTNAME and ENABLE_PSADWATCHD in the file, but this guide put it at the end of the list. Changing that so that it's more consistent
2022-12-27 05:51:09 +01:00

View File

@@ -401,7 +401,7 @@ We will use the [AllowGroups option](#AllowGroups) in SSH's configuration file [
#### Notes #### Notes
- This is a per-requisite step to support the `AllowGroup` setting set in [Secure `/etc/ssh/sshd_config`](#secure-etcsshsshd_config). - This is a prerequisite step to support the `AllowGroup` setting set in [Secure `/etc/ssh/sshd_config`](#secure-etcsshsshd_config).
#### References #### References
@@ -1683,10 +1683,10 @@ And, since we're already using [UFW](#ufw-uncomplicated-firewall) so we'll follo
|--|--| |--|--|
|[`EMAIL_ADDRESSES`](http://www.cipherdyne.org/psad/docs/config.html#EMAIL_ADDRESSES)|your email address(s)| |[`EMAIL_ADDRESSES`](http://www.cipherdyne.org/psad/docs/config.html#EMAIL_ADDRESSES)|your email address(s)|
|`HOSTNAME`|your server's hostname| |`HOSTNAME`|your server's hostname|
|`EXPECT_TCP_OPTIONS`|`EXPECT_TCP_OPTIONS Y;`|
|`ENABLE_PSADWATCHD`|`ENABLE_PSADWATCHD Y;`| |`ENABLE_PSADWATCHD`|`ENABLE_PSADWATCHD Y;`|
|[`ENABLE_AUTO_IDS`](http://www.cipherdyne.org/psad/docs/config.html#ENABLE_AUTO_IDS)|`ENABLE_AUTO_IDS Y;`| |[`ENABLE_AUTO_IDS`](http://www.cipherdyne.org/psad/docs/config.html#ENABLE_AUTO_IDS)|`ENABLE_AUTO_IDS Y;`|
|`ENABLE_AUTO_IDS_EMAILS`|`ENABLE_AUTO_IDS_EMAILS Y;`| |`ENABLE_AUTO_IDS_EMAILS`|`ENABLE_AUTO_IDS_EMAILS Y;`|
|`EXPECT_TCP_OPTIONS`|`EXPECT_TCP_OPTIONS Y;`|
Check the configuration file psad's documentation at http://www.cipherdyne.org/psad/docs/config.html for more details. Check the configuration file psad's documentation at http://www.cipherdyne.org/psad/docs/config.html for more details.