diff --git a/README.md b/README.md index 96127e2..66828f3 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ Name | Status | Blog Entries [Try wger](./projects/infrastructure/try-wger.md) | - | - [Automatic CI Runner Server Setup](./projects/infrastructure/automatic-ci-runner-server-setup.md) | - | - [Try firecracker](./projects/infrastructure/firecracker.md) | - | - +[SSH Jump Host](./projects/infrastructure/ssh-jump-host.md) | - | - ## Theory Projects Name | Status | Blog Entries diff --git a/projects/infrastructure/ssh-jump-host.md b/projects/infrastructure/ssh-jump-host.md new file mode 100644 index 0000000..da32a76 --- /dev/null +++ b/projects/infrastructure/ssh-jump-host.md @@ -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)