Browse Source

Assume that ports will be scanned

Bob Mottram 10 years ago
parent
commit
b2c17226e9
1 changed files with 0 additions and 5 deletions
  1. 0
    5
      install-freedombone.sh

+ 0
- 5
install-freedombone.sh View File

279
   update-rc.d tlsdate defaults
279
   update-rc.d tlsdate defaults
280
 }
280
 }
281
 
281
 
282
-function defend_against_port_scanning {
283
-  apt-get -y install portsentry
284
-}
285
-
286
 function configure_firewall {
282
 function configure_firewall {
287
   iptables -P INPUT ACCEPT
283
   iptables -P INPUT ACCEPT
288
   ip6tables -P INPUT ACCEPT
284
   ip6tables -P INPUT ACCEPT
726
 regenerate_ssh_keys
722
 regenerate_ssh_keys
727
 set_your_domain_name
723
 set_your_domain_name
728
 time_synchronisation
724
 time_synchronisation
729
-defend_against_port_scanning
730
 configure_firewall
725
 configure_firewall
731
 configure_firewall_for_ssh
726
 configure_firewall_for_ssh
732
 configure_firewall_for_email
727
 configure_firewall_for_email