Here is a collection of projects and toys I’ve made over the years.
Game of Life
A basic game of life implementation using WebAssembly, Rust and Cloudflare Pages
SSH Sentinel
A barebones SSH CA server.
I mostly used this to learn some Go but also because I couldn’t find an SSH CA server that was simple to use.
I have this running on a Raspberry PI at home and it works great. There is an ansible role to configure sshd correctly and also created a CLI app so connecting to a server is as simple as ssh <servername>
SSH Sentinel RS
A rust re-write of the Go version above. Progress on this is slow but I’m getting there!
The final version will be deployed / deployable on Shuttle