This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Port Knocking configuration using OpenBSD with knockd on SSH | |
#! DISCLAIMER ! | |
# OpenBSD isn't an OS for Unix novices, thus I will omit deep details and just make some assumptions about your configuration | |
# Port Knocking, despite being a known network stealthing technique, was implemented essentially for Linux, I made a reliable, stable and portable configuration for OpenBSD (might also work for FreeBSD) | |
# install | |
export PKG_PATH=http://ftp.openbsd.org/pub/OpenBSD/6.1/packages/amd64/ | |
pkg_add autoconf |
NewerOlder