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