From 2d73802aaac807946c3fa06c5511bd5a20a8d834 Mon Sep 17 00:00:00 2001 From: Conrad Lara - KG6JEI Date: Mon, 2 Dec 2013 15:43:52 -0800 Subject: [PATCH] Protect from ssh over wifi in mesh Block the built-in SSH server from connections on the mesh interface to comply with FCC Part 97 see ticket #2 --- files/etc/config.mesh/firewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/etc/config.mesh/firewall b/files/etc/config.mesh/firewall index 6ce49dfa..73e6d459 100644 --- a/files/etc/config.mesh/firewall +++ b/files/etc/config.mesh/firewall @@ -71,7 +71,7 @@ config rule option src wifi option dest_port 2222 option proto tcp - option target ACCEPT + option target REJECT config rule option src wifi