Any place to complain about an attack?

1 points by airocker ↗ HN
I run an open ssh server on the web. WE are seeing a lot of attacks trying to guess the password on ssh logs. Is this normal? We will switch it off but is there a place to complain?

2 comments

[ 3.4 ms ] story [ 13.2 ms ] thread
It's normal. There's no place to complain. Disable password authentication, allow login using SSH keys only.
Also: move sshd to a different port, install fail2ban, maybe a honeypot on port 22, etc.