Security

Disabling Password-based SSH

Settings for hardening ssh on Ubuntu

Installing Algo VPN

Introduction

It is sometimes necessary to create a virtual network to enable computers across a …

Logging in Ubuntu

A place to hold information about setting up, viewing, and controlling logging.

Reverse SSH Tunnel

Auto-reconnecting reverse tunnel quickstart

10-Set Up Groups

  1. add yourself to device groups for access to some USB devices in python
sudo usermod -a -G …

Enable UFW

To turn on UFW,

sudo ufw allow 22
sudo ufw enable
sudo ufw status
sudo systemctl enable ufw
sudo …

Install and configure fail2ban

Derived from here:

sudo apt install -y fail2ban
sudo systemctl enable fail2ban
sudo systemctl start …

99-Locking Down Ubuntu

  1. Set bios admin password
  2. check sudoers group, make other users non-admin
  3. delete unused / unnecessary …