From 8c53ef33d22c04e501a4e8cd6e2350eef3dff80e Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Mon, 4 May 2015 19:01:06 -0300 Subject: [PATCH] Accept SSH from vbox host --- config/local/iptables-filter-rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/local/iptables-filter-rules b/config/local/iptables-filter-rules index e97b4e4..28d931d 100644 --- a/config/local/iptables-filter-rules +++ b/config/local/iptables-filter-rules @@ -1,2 +1,3 @@ -# No environment rules +# Accept SSH connection from virtualbox host +-A INPUT -s 10.10.10.1 -p tcp -m state --state NEW -dport 22 -j ACCEPT -- libgit2 0.21.2