Changes for page How to set up a gitea docker instance
Last modified by Alexandru Pentilescu on 2024/07/16 22:44
From version 7.1
edited by Alexandru Pentilescu
on 2024/07/16 21:34
on 2024/07/16 21:34
Change comment:
There is no comment for this version
To version 8.1
edited by Alexandru Pentilescu
on 2024/07/16 21:35
on 2024/07/16 21:35
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -158,7 +158,6 @@ 158 158 159 159 To this end, multiple configurations will need to be done. 160 160 161 -== Enable SSH login for the git user == 162 162 This one's extremely important. Failing to perform this step will make SSH git pulls and pushes require to be done directly from the 2200 port like so 163 163 164 164 {{code language="bash"}} ... ... @@ -167,6 +167,7 @@ 167 167 168 168 While this isn't the end of the world, ideally, all SSH traffic should be routed to port 22, as is standard. VPS firewalls or intermediary ISPs may, themselves, block off incoming or outgoing traffic to unconventional ports, which can cause issues. As such, using the standard port 22 for SSH communication would be ideal. 169 169 169 +== Enable SSH login for the git user == 170 170 So, to enable SSH capabilities to the git user, please edit the "/etc/ssh/sshd_config" configuration and change the following line: 171 171 172 172 {{code language="text"}}