GeistHaus
log in · sign up

https://j6b72.de/index.xml

rss
3 posts
Polling state
Status active
Last polled May 18, 2026 21:16 UTC
Next poll May 19, 2026 17:50 UTC
Poll interval 86400s
ETag "69b7b723-bb0"
Last-Modified Mon, 16 Mar 2026 07:54:11 GMT

Posts

Simple multi-user SSH bastion
A SSH bastion (or jump) host allows a group of permitted users to access a bunch of servers in another security ring by first connecting to the bastion host, and then jumping to the target server. I want to describe my solution on how to quickly set up such a SSH jumphost, while… only using software that comes with the system (in my case Debian) being multi-user capable, with different users having a different set of servers they’re allowed to connect to
https://j6b72.de/article/simple-multi-user-ssh-bastion/
Why you should take a look at traefik, even if you don't use containers
Traefik got really popular over the last few years in the bubble of home-lab youtubers, that’s when I first heard about it. Traefik is more comparable to HAProxy than to nginx/caddy/apache2 - it forwards requests to services and returns the responses, can even modify headers and other aspects of the request and response, but it can’t serve files. This article states my experience with traefik in an environment without containers.
https://j6b72.de/article/why-you-should-take-a-look-at-traefik/
Netbooting a customized Archiso via PXE
Arch Linux is arguably one of the easiest distributions to customize, there’s even a wiki entry on how to build your own customized iso, which could be helpful if you, for example, wanted to include rescue tools for your specific environment. But what if you’ve got a network with a bunch of computers, and wanted them all to boot up using that image - running around with countless usb drives or cds isn’t an option.
https://j6b72.de/article/netbooting-a-customized-archiso-via-preboot-execution-environment-pxe/