![]() |
SSH failed login attemps are rate limited by default on Xbian? - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Community (/forum-5.html) +--- Forum: Uncategorized (/forum-59.html) +--- Thread: SSH failed login attemps are rate limited by default on Xbian? (/thread-4178.html) |
SSH failed login attemps are rate limited by default on Xbian? - postcd - 15th Nov, 2023 09:51 PM When i install Xbian, and enable SSH (to accept logins from other LAN computers), is the Xbian protected from unrestricted SSH brute-force or what are SSH failed login restrictions in place? Is suggested to install fail2ban or something else? https://web.emhmki.org/guides/ssh/guide_ssh_rate_limiting.html https://lowendguide.com/3/security/rate-limiting-ssh-with-iptables/ When trying to install fail2ban, i have got: Code: Starting Authentication failure monitor: fail2ban2023-11-15 12:47:11,251 fail2ban [8360]: ERROR Failed during configuration: Have not found any log file for sshd jail Thank you RE: SSH failed login attemps are rate limited by default on Xbian? - Nachteule - 2nd Dec, 2023 04:43 AM Sorry for the late response ![]() (15th Nov, 2023 09:51 PM)postcd Wrote: When i install Xbian, and enable SSH (to accept logins from other LAN computers), is the Xbian protected from unrestricted SSH brute-force or what are SSH failed login restrictions in place? No, they are not. you can also make life unnecessarily difficult for yourself Only allow ssh by key instead of password is completely sufficient No idea why the fail2ban doesn't start, maybe it's because the sshd is started by inetd by default As long as the Raspberry Pi on which XBian is running is not directly accessible from the internet, it is completely nonsense to install something like fail2ban RE: SSH failed login attemps are rate limited by default on Xbian? - katebishop - 28th May, 2024 01:55 PM Xbian does not have fail2ban pre-installed or configured by default for SSH rate limiting. To enhance SSH security and mitigate brute-force attacks, you can manually install and configure fail2ban by adjusting the SSH log file path in the fail2ban configuration file. Wordle Unlimited |