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/)