Skip to content

jaidenShepard/Project5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Linux Server Configuration 2016/03/11

#Access

#Installed software

  • Finger
  • Apache
  • PostgreSQL 9.3
  • Fail2ban
  • NTP
  • libapache2-mod-wsgi
  • unattended-upgrades
  • libpam-cracklib

#Configurations

  • Updated/Upgraded server
  • Created user 'grader'
  • Granted 'grader' sudo privilege
  • Setup rsa authentication for 'grader'
  • Changed ssh port to 2200
  • Disabled root ssh login
  • Set time zone to UTC
  • Unattended-Upgrades configured to automatically install all stable upgrades
  • Configured firewall to allow all outgoing connections, and only allow incoming on port 2200(SSH), 80 (HTTP), and 123(NTP)
  • Configured Apache to use mod_wsgi
  • Refactored Catalog app to work on Apache
  • Created 'catalog' user and database in Postgres
  • 'catalog' user was given no privileges, and ownership of the database
  • Hardened system against DDoS attacks using script written by Danny Sheehan (see resources)
  • Enabled fail2ban to block repeated ssh attempts
  • setup libpam-cracklib to enforce stronger passwords: minimum 12 characters, 1 Upper, 2 Lowercase, 1 digit, and 1 symbolS

#Resources

About

Linux Server Configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors