Add ssh jump host idea

This commit is contained in:
2026-04-28 15:09:14 +02:00
parent 3e0317723c
commit 114f89f49f
2 changed files with 6 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ Name | Status | Blog Entries
[Try wger](./projects/infrastructure/try-wger.md) | - | - [Try wger](./projects/infrastructure/try-wger.md) | - | -
[Automatic CI Runner Server Setup](./projects/infrastructure/automatic-ci-runner-server-setup.md) | - | - [Automatic CI Runner Server Setup](./projects/infrastructure/automatic-ci-runner-server-setup.md) | - | -
[Try firecracker](./projects/infrastructure/firecracker.md) | - | - [Try firecracker](./projects/infrastructure/firecracker.md) | - | -
[SSH Jump Host](./projects/infrastructure/ssh-jump-host.md) | - | -
## Theory Projects ## Theory Projects
Name | Status | Blog Entries Name | Status | Blog Entries

View File

@@ -0,0 +1,5 @@
# SSH Jump Host
I want to setup a simple SSH jump host, to allow for controlled SSH access from outside my home network
## References
- [Forum post about setting one up](https://forum.turris.cz/t/ssh-jump-host-how-and-why/20445)