1
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
urosm a0c8fa1d66 add `fail2ban` config 2024-01-29 07:12:10 +01:00
urosm 430e86a963 add `ssh` config 2024-01-28 21:39:05 +01:00
3 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,5 @@
[DEFAULT]
bantime = 1d
[sshd]
enabled = true

View File

@ -0,0 +1 @@
PermitRootLogin no

View File

@ -0,0 +1,2 @@
PasswordAuthentication no
AuthenticationMethods publickey