Difference between revisions of "Securing OpenEMR - Linux"
From OpenEMR Project Wiki
m (moved Securing OpenEMR - Basic to Securing OpenEMR - Linux) |
|||
Line 1: | Line 1: | ||
1 Enable UFW | 1 Enable UFW | ||
Line 18: | Line 12: | ||
* passwd | * passwd | ||
** <enter your password> | ** <enter your password> | ||
3 Enable ClamAV | |||
4 Enable Secure NTP? |
Revision as of 19:09, 9 September 2018
1 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
2 Set Passwords For User
- passwd
- <enter your password>
3 Enable ClamAV
4 Enable Secure NTP?