From 788b42d6c9473f1d7b6ea565be54647fa0d6e9aa Mon Sep 17 00:00:00 2001 From: Kulvir Singh Date: Mon, 3 Nov 2025 01:43:01 +0530 Subject: [PATCH] diagram explanation --- gitea/readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gitea/readme.md b/gitea/readme.md index 9da463a..4cfeaaa 100644 --- a/gitea/readme.md +++ b/gitea/readme.md @@ -101,6 +101,11 @@ To achieve this we need to forward SSH connections from the host to the containe To make this happen Gitea keys are prefixed with `command = ....` which executes the shim script (that we will create). This script upon execution authenticates the host `git` user to docker container and passes the control to container. +SSH_SHIM + **Reference:** [Official Gitea Documentation](https://docs.gitea.com/next/installation/install-with-docker#ssh-container-passthrough) ### 1. Create the `git` User on the Host