Difference between revisions of "Securing OpenEMR - Linux"
From OpenEMR Project Wiki
Line 1: | Line 1: | ||
== Enable UFW == | == Enable UFW == | ||
* Set Up UFW to Allow 22, 80, & 443 and limit Brute Force attacks: | * Set Up UFW to Allow 22, 80, & 443 and limit Brute Force attacks: |
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>