The OpenSSH Bug That Wasn't
bsdly.blogspot.com
The OpenSSH Bug That Wasn't
1–10 of 92 posts
Re: The OpenSSH Bug That Wasn't
#2> And as several correspondents have reminded me already -- switching your sshd to keys only authentication will let you sleep better at night.
Even with fail2ban and limited retries, there's no excuse for using password-based authentication anymore. Use an SSH key, protect the key with a password, and turn off password login on all your servers.
Other than that, the main gist of this post is: on most platforms, the default settings for remote login already make brute-force login attempts annoying at best, and with fail2ban or something similar, it's a non-issue.
Re: The OpenSSH Bug That Wasn't
#3Re: The OpenSSH Bug That Wasn't
#4Re: The OpenSSH Bug That Wasn't
#5I am curious as to what happens when this is done with an existent user? I feel like there would be different behaviors for timeouts when a non-existent username is used and when a wrong password is used for an existent username.
Re: The OpenSSH Bug That Wasn't
#6Key takeaway: > And as several correspondents have reminded me already -- switching your sshd to keys only authentication will let you sleep better at night. Even with fail2ban and limited retries, there's no excuse for using password-based authentication anymore. Use an SSH key, protect the key with a password, and turn off password login on all your servers. Other than that, the main gist of this post is: on most p…
fail2ban/sshguard/etc are not infallible. Someone will find a way to break them.
Re: The OpenSSH Bug That Wasn't
#7Key takeaway: > And as several correspondents have reminded me already -- switching your sshd to keys only authentication will let you sleep better at night. Even with fail2ban and limited retries, there's no excuse for using password-based authentication anymore. Use an SSH key, protect the key with a password, and turn off password login on all your servers. Other than that, the main gist of this post is: on most p…
Re: The OpenSSH Bug That Wasn't
#8Re: The OpenSSH Bug That Wasn't
#9Key takeaway: > And as several correspondents have reminded me already -- switching your sshd to keys only authentication will let you sleep better at night. Even with fail2ban and limited retries, there's no excuse for using password-based authentication anymore. Use an SSH key, protect the key with a password, and turn off password login on all your servers. Other than that, the main gist of this post is: on most p…
Then you're screwed when you need to log on to your server from some random machine that doesn't have your key installed.
Re: The OpenSSH Bug That Wasn't
#10Key takeaway: > And as several correspondents have reminded me already -- switching your sshd to keys only authentication will let you sleep better at night. Even with fail2ban and limited retries, there's no excuse for using password-based authentication anymore. Use an SSH key, protect the key with a password, and turn off password login on all your servers. Other than that, the main gist of this post is: on most p…