Search found 22 matches
- Sun Nov 16, 2014 8:02 pm
- Forum: General Discussion
- Topic: fail2ban ubuntu
- Replies: 6
- Views: 2526
Re: fail2ban ubuntu
Tbh, i'm having issues with fail2ban at the moment but it's pre-configured out of the box for you. Login to shell and it should be /etc/fail2ban (I use CentOS however). There is no GUI tool for config. Only banning IP's is configured through the CP itself. https://<yourdomain.com>:<portnumber>/list/...
- Sun Nov 16, 2014 7:39 pm
- Forum: General Discussion
- Topic: Fail2Ban port number for SSH
- Replies: 4
- Views: 2695
Re: Fail2Ban port number for SSH
Ahh, makes sense. I have never used fail2ban before and the topics on serverfault suggest using .conf not .local hence where i went wrong.
Does fail2ban have logs itself ? I can see IPtables is injecting a rule but yet I am still hammering ssh with passwords. It's like it's oblivious.
Does fail2ban have logs itself ? I can see IPtables is injecting a rule but yet I am still hammering ssh with passwords. It's like it's oblivious.
- Sun Nov 16, 2014 11:36 am
- Forum: General Discussion
- Topic: fail2ban ubuntu
- Replies: 6
- Views: 2526
Re: fail2ban ubuntu
Comes as part of the install.
- Sat Nov 15, 2014 6:21 pm
- Forum: General Discussion
- Topic: Fail2Ban port number for SSH
- Replies: 4
- Views: 2695
Re: Fail2Ban port number for SSH
What do I amend in this file exactly ?
[ssh-iptables]
enabled = true
filter = sshd
action = vesta[name=SSH]
logpath = /var/log/secure
maxretry = 5
Ta.
[ssh-iptables]
enabled = true
filter = sshd
action = vesta[name=SSH]
logpath = /var/log/secure
maxretry = 5
Ta.
- Sat Nov 15, 2014 11:30 am
- Forum: General Discussion
- Topic: Fail2Ban port number for SSH
- Replies: 4
- Views: 2695
Fail2Ban port number for SSH
So as most of you I am running shell access on an alternative port, let's say 2220 as an example. Fail 2 band is listening for attempts on ssh via the ssh port number right? IE 22? How do I change this to the port number sshd is listening on so I can prevent brute force attempts on my box. I have am...
- Tue Sep 02, 2014 8:42 pm
- Forum: General Discussion
- Topic: SSH Hardening
- Replies: 2
- Views: 2696
Re: SSH Hardening
IPtables? Single source address / range.
Alternative ssh port? Stop brute force bots hammering you.
Alternative ssh port? Stop brute force bots hammering you.
- Wed Aug 20, 2014 8:04 am
- Forum: General Discussion
- Topic: SSH Connection Failed
- Replies: 2
- Views: 3024
Re: SSH Connection Failed
This sounds like an issue with the port forward... I would suggest if you are just getting stated to try it on a VPS and remove the possibility of getting such errors for the time being. Try Digital Ocean droplets for $5 you can get a good start. If you are persisting on going via your ISP, then try...
- Thu Aug 07, 2014 5:23 pm
- Forum: General Discussion
- Topic: Edit Login Emails Sent to users
- Replies: 1
- Views: 1385
Re: Edit Login Emails Sent to users
Grep part of the welcome email string:
Located in the file /usr/local/vesta/web/inc/i18n/en.php
However, there is probably an actual template for this, but can't locate it at the moment :/
Thanks.
Code: Select all
"grep -R "Your account has been created and ready for use." ."
However, there is probably an actual template for this, but can't locate it at the moment :/
Thanks.
- Thu Aug 07, 2014 4:56 pm
- Forum: General Discussion
- Topic: admin_ prefix
- Replies: 3
- Views: 2358
Re: admin_ prefix
Interesting, I would like to see a min / maximum value set so we don't have the prefix and some sort of Ajax check for existing DBnames. I know there are panels out there where you can set this yourself.
- Mon Jul 28, 2014 3:20 pm
- Forum: General Discussion
- Topic: admin_ prefix
- Replies: 3
- Views: 2358
admin_ prefix
Is it possible to create FTP logins and DB's etc .. without the need for the (user)_ prefix? I would prefer to be able to just have a simple username not based around the account. I appreciate this is likely built in to the service for a reason but it just bugs me.
Thanks.
Thanks.