The presentation is written in Markdown.
Use patat to render the slides in your terminal or use the PDF/HTML versions.
$ wget https://github.com/jaspervdj/patat/releases/download/v0.12.0.1/patat-v0.12.0.1-linux-x86_64.tar.gz
$ tar xzf patat-v0.12.0.1-linux-x86_64.tar.gz patat-v0.12.0.1-linux-x86_64/patat
$ patat-v0.12.0.1-linux-x86_64/patat uybhys-2024-openssh-workshop.patat.md
Use the ws_gen script to generate PDF/HTML versions from Markdown (this script requires Pandoc and Chromium):
$ sudo apt install pandoc chromium
$ ./ws_gen
or
$ sudo dnf install pandoc chromium
$ ./ws_gen
Note: this script will also create the final Markdown version along with the README.md file of the repository.