|
|
|
|
|
by xorcist
1856 days ago
|
|
> Port-knocking is supposed to be a way to reduce attack surface. No, it's a bet that your port knocking tool has less (or better tested) attack surface than OpenSSH. OpenSSH is pretty thoroughly tested by now, and the pre-auth parts runs with very little privileges. The specific port knocking tool linked to above seems to expose very little, but there's still some logging going on that wouldn't happen otherwise and the potential for logic bugs in the python stuff. It's not an obvious bet to take. |
|
Does the extra logging carry a risk over and above dos (which is mitigated by the `-m limit` stuff in the iptables rules)?