Linux: Open ssh port access using a combination... (knocking technique)

1
2
#
# first you must stablish iptables rule for keeping port 22 closed
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
This is a technique called "knocking" (knock knock) to open ssh port only when we need it in a secure way, just as if it was a "safe box" (using a combination of access to specific ports and specific order).

It's very secure because only opens access to the ip address which get connected and give correct combination order.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.