Skip to content

Commit 3f87525

Browse files
patch (doc): add heading to ssh flow explanation (#20506)
1 parent 2ae1675 commit 3f87525

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/content/doc/installation/with-docker.en-us.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,8 @@ To set required TOKEN and SECRET values, consider using Gitea's built-in [genera
309309

310310
Since SSH is running inside the container, SSH needs to be passed through from the host to the container if SSH support is desired. One option would be to run the container SSH on a non-standard port (or moving the host port to a non-standard port). Another option which might be more straightforward is for Gitea users to ssh to a Gitea user on the host which will then relay those connections to the docker.
311311

312+
### Understanding SSH access to Gitea (without passthrough)
313+
312314
To understand what needs to happen, you first need to understand what happens without passthrough. So we will try to explain this:
313315

314316
1. The client adds their SSH public key to Gitea using the webpage.

0 commit comments

Comments
 (0)