mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
442 B
442 B
Set up port knocking
Technique where a daemon keeps listening on specific ports for a specific sequence of connections.
When the correct sequence is used, the daemon issues a configured command, usually to open a defined port for the client
only.
This is frequently used to open the SSH port in a server for a specific client.
See Knockd.