Jake Hughes

Blog

Notes on software, architecture, and engineering.

Linux November 14, 2020
Linux - Setup Network Bonding with Netplan

How to combine multiple physical ethernet ports into a single bonded interface using Netplan, with an overview of bonding modes and a practical configuration example.

Linux October 10, 2020
Linux - Overboard SSH Security

SSH is powerful, but opening port 22 to the public internet invites constant brute force attempts. This guide covers four hardening strategies: disabling root login, SSH key auth, Fail2Ban, and tunneling through a VPN.