From d016c1e88645c3e75a31445ab650542f976576f3 Mon Sep 17 00:00:00 2001 From: leon Date: Tue, 5 May 2026 16:27:03 +0200 Subject: [PATCH] Add some more details --- projects/infrastructure/ssh-jump-host.md | 1 + projects/other/raspberry-pi-core-infra.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/projects/infrastructure/ssh-jump-host.md b/projects/infrastructure/ssh-jump-host.md index da32a76..62959e4 100644 --- a/projects/infrastructure/ssh-jump-host.md +++ b/projects/infrastructure/ssh-jump-host.md @@ -3,3 +3,4 @@ I want to setup a simple SSH jump host, to allow for controlled SSH access from ## References - [Forum post about setting one up](https://forum.turris.cz/t/ssh-jump-host-how-and-why/20445) +- [Jump Host with Ansible](https://www.jeffgeerling.com/blog/2022/using-ansible-playbook-ssh-bastion-jump-host/) diff --git a/projects/other/raspberry-pi-core-infra.md b/projects/other/raspberry-pi-core-infra.md index c0ba4d1..7594a06 100644 --- a/projects/other/raspberry-pi-core-infra.md +++ b/projects/other/raspberry-pi-core-infra.md @@ -1,3 +1,7 @@ # Raspberry Pi for Core-Infra I am thinking about setting up a couple of raspberry pi nodes in my homelab to host some core infrastructure services, like DNS or PXE boot stuff (if I ever configure this). +This could also run the SSH jump host + +## References +- [Compute Blade](https://computeblade.com/)