Bug in widely used OpenSSH opens servers to password cracking
1–10 of 62 posts
Re: Bug in widely used OpenSSH opens servers to password cracking
#2Re: Bug in widely used OpenSSH opens servers to password cracking
#3It's interesting to log failed SSH attempts, I normally get someone trying to brute force access within an hour or two of brining a server up. Changing to a non standard port doesn't deter them for long.
Re: Bug in widely used OpenSSH opens servers to password cracking
#4It's interesting to log failed SSH attempts, I normally get someone trying to brute force access within an hour or two of brining a server up. Changing to a non standard port doesn't deter them for long.
Have you tried fail2ban? It really helps to keep the hacking attempts down on your ssh-server(s), especially if you increase the bantime from the default 600 seconds to a couple of million...
Far too many people ban themselves with fail2ban.
Re: Bug in widely used OpenSSH opens servers to password cracking
#5Re: Bug in widely used OpenSSH opens servers to password cracking
#6Earlier quoted context omitted.
Have you tried fail2ban? It really helps to keep the hacking attempts down on your ssh-server(s), especially if you increase the bantime from the default 600 seconds to a couple of million...
It is all fun and games until you ban yourself for a couple of million seconds... Far too many people ban themselves with fail2ban.
Re: Bug in widely used OpenSSH opens servers to password cracking
#7Doesn't key authentication protect against this vulnerability?
Re: Bug in widely used OpenSSH opens servers to password cracking
#8Earlier quoted context omitted.
Have you tried fail2ban? It really helps to keep the hacking attempts down on your ssh-server(s), especially if you increase the bantime from the default 600 seconds to a couple of million...
It is all fun and games until you ban yourself for a couple of million seconds... Far too many people ban themselves with fail2ban.
Re: Bug in widely used OpenSSH opens servers to password cracking
#9It's interesting to log failed SSH attempts, I normally get someone trying to brute force access within an hour or two of brining a server up. Changing to a non standard port doesn't deter them for long.
Have you tried fail2ban? It really helps to keep the hacking attempts down on your ssh-server(s), especially if you increase the bantime from the default 600 seconds to a couple of million...
Re: Bug in widely used OpenSSH opens servers to password cracking
#10It's interesting to log failed SSH attempts, I normally get someone trying to brute force access within an hour or two of brining a server up. Changing to a non standard port doesn't deter them for long.
Port knocking has been mentioned before on HN and it generally gets a luke warm to negative response. It completely baffles me, this response.