-
Notifications
You must be signed in to change notification settings - Fork 0
Open
0 / 10 of 1 issue completedLabels
Description
- Provision a VPS
- Access using SSH
- Upgrade the OS packages
- Install
nano, ... - Install a
firewalland enable ports443+80+22 - Install
fail2banand configure jail for SSH - Add a memory swap of 4Gi and make it persitant by adding it to
fstab - Add a cron job that empty cache memory each 24 hours
- create a user (
abdeka) with admin rights - disable root and password login
- Write a bash script that automate all the above.
Acceptance criteria :
- scan with
nmapshould only show that port443+80+22are open - I can't login with a root user and password
- I can login with user
abdekausing my SSH key