Some older SSH clients may fail to connect to OpenSSH 8+ servers using key exchange. This post explores how to work around that safely.
Continue reading...Uncategorized
Experimenting with Go Generics
Starting with version 1.18, Go supports generic type parameters. Before this, we were forced to perform some syntactic gymnastics to reuse code effectively. Given that version 1.18 only became generally available in...
Continue reading...