Skip to content

Commit b404765

Browse files
GAS85nachoparker
authored andcommitted
fail2ban: update regex for NC17
Fix for #1065 based on https://gist.github.com/GAS85/957e0b1a4f30120225a7be09b173eb24
1 parent 4a99207 commit b404765

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

bin/ncp/SECURITY/fail2ban.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ configure()
9898
before = common.conf
9999
100100
[Definition]
101-
failregex = Login failed.*Remote IP.*'<HOST>'
101+
failregex = Login failed.*Remote IP.*<HOST>
102102
ignoreregex =
103103
EOF
104104

changelog.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11

2-
[v1.20.3](https://github.com/nextcloud/nextcloudpi/commit/780d475) (2020-01-14) nc-ramlogs: disable armbian-ramlog when inactive
2+
[v1.20.7](https://github.com/nextcloud/nextcloudpi/commit/8ce053f) (2020-01-26) fail2ban: update regex for NC17
33

4-
[v1.20.2](https://github.com/nextcloud/nextcloudpi/commit/953c47a) (2019-11-13) Extend the ssh configuration check by calling the echo command if the first check fails.
4+
[v1.20.6 ](https://github.com/nextcloud/nextcloudpi/commit/4a99207) (2020-01-21) ncp-config: dont save passwords
5+
6+
[v1.20.5 ](https://github.com/nextcloud/nextcloudpi/commit/a98baee) (2020-01-18) update: fix case where there is no current version file
7+
8+
[v1.20.4 ](https://github.com/nextcloud/nextcloudpi/commit/e0ae40b) (2020-01-19) Add user only if it does not exist. (#1059)
9+
10+
[v1.20.3 ](https://github.com/nextcloud/nextcloudpi/commit/6359ca3) (2020-01-14) nc-ramlogs: disable armbian-ramlog when inactive
11+
12+
[v1.20.2 ](https://github.com/nextcloud/nextcloudpi/commit/953c47a) (2019-11-13) Extend the ssh configuration check by calling the echo command if the first check fails.
513

614
[v1.20.1](https://github.com/nextcloud/nextcloudpi/commit/6d0bc6b) (2019-12-19) Revert "build: dont use empty values by default"
715

0 commit comments

Comments
 (0)