Difference between revisions of "Securing OpenEMR - Linux"

From OpenEMR Project Wiki
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
[under review]


== Enable UFW ==
* Set Up UFW to Allow 22, 80, & 443 and limit Brute Force attacks:
** <code>Allow 80 and 443</code>
** <code>sudo ufw allow ‘Apache Full’</code>
* Allow SSH
** <code>sudo ufw allow ssh</code>
* Prevent SSH Bruteforce Attachs
** <code> sudo ufw limit ssh </code>


$$$ Change page name to Linux Security


#1 Enable TLS
== Set Passwords For User ==
* <code>passwd</code>
** <enter your password>


#2 Apache Configuration Settings


#3 Enable UFW
== Enable ClamAV ==


#4 Enable Mod_Security Firewall (must be using Apache)
 
== Enable Secure NTP? ==

Latest revision as of 19:39, 9 September 2018

Enable UFW

  • Set Up UFW to Allow 22, 80, & 443 and limit Brute Force attacks:
    • Allow 80 and 443
    • sudo ufw allow ‘Apache Full’
  • Allow SSH
    • sudo ufw allow ssh
  • Prevent SSH Bruteforce Attachs
    • sudo ufw limit ssh


Set Passwords For User

  • passwd
    • <enter your password>


Enable ClamAV

Enable Secure NTP?