Commit 8c53ef33d22c04e501a4e8cd6e2350eef3dff80e

Authored by Sergio Oliveira
1 parent 9222cfd1

Accept SSH from vbox host

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
config/local/iptables-filter-rules
1 1  
2   -# No environment rules
  2 +# Accept SSH connection from virtualbox host
  3 +-A INPUT -s 10.10.10.1 -p tcp -m state --state NEW -dport 22 -j ACCEPT
... ...