I'm curious to know if SSHd can be configured for two pieces of functionality. I read through sshd(8) and sshd_config(5) and I didn't see what I was looking for.
The 'no respond' mode is basically SSHd stops responding to sessions if a number of authentication requests fail. So say after 3 failed attempts SSHd does not respond for 30 minutes for example.
Port knocking is where the incoming SSH client session has to come in for a certain port for a certain number of tries before the real SSH port becomes open.
The 'no respond' mode is basically SSHd stops responding to sessions if a number of authentication requests fail. So say after 3 failed attempts SSHd does not respond for 30 minutes for example.
Port knocking is where the incoming SSH client session has to come in for a certain port for a certain number of tries before the real SSH port becomes open.