Skip to content

Instantly share code, notes, and snippets.

@opabravo
Last active May 13, 2022 16:36
Show Gist options
  • Save opabravo/3bff870b51a378a400fe694766dbd53d to your computer and use it in GitHub Desktop.
Save opabravo/3bff870b51a378a400fe694766dbd53d to your computer and use it in GitHub Desktop.
Cheatsheet to secure personal vps

Disable ICMP (Not a good practice though)

echo 'net.ipv4.icmp_echo_ignore_all = 1' >> /etc/sysctl.conf && sysctl -p

Setup Fail2banSnort

Use iptablesiptables-saveufw

Use Logwatch

Use htop

Check netstat

netstat -ltnp

Check login sessions

w
last -Faiwx | tail -n 30
lastlog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment