You should be able to block all ssh access at the iptables level using
config setprop sshd DenyHosts 210.205.6.42
signal-even remoteaccess-update
Personally, I move SSH from port 22 to another port - which isn't a real security fix, but has eliminated all the ssh attack entries in my log files for the last 3 years.
Alternatively, the
Denyhosts contrib automatically blocks any host that fails too many attempts to login to ssh.