Last modified by Alexandru Pentilescu on 2024/07/16 22:44

From version 8.1
edited by Alexandru Pentilescu
on 2024/07/16 21:35
Change comment: There is no comment for this version
To version 10.1
edited by Alexandru Pentilescu
on 2024/07/16 21:54
Change comment: Upload new image "3.png", version 1.1

Summary

Details

Page properties
Content
... ... @@ -154,6 +154,7 @@
154 154  If you need more configuration information, check [[this>>https://docs.gitea.com/administration/config-cheat-sheet]] out.
155 155  
156 156  = Activating SSH passthrough =
157 +
157 157  This is the most complex step out of all of them. In order to take advantage of the fact that SSH git pulls/pushes will be done via standard port 22, normal SSH traffic needs to be differentiated from git specific SSH traffic.
158 158  
159 159  To this end, multiple configurations will need to be done.
... ... @@ -167,6 +167,7 @@
167 167  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.
168 168  
169 169  == Enable SSH login for the git user ==
171 +
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"}}
... ... @@ -178,3 +178,11 @@
178 178  {{code language="bash"}}
179 179  systemctl restart ssh
180 180  {{/code}}
183 +
184 +== Generate a proper public/private keypair for all the accounts that need to use git via SSH with ==
185 +
186 +This part's pretty self explanatory.
187 +
188 +For each user, on each device, that will require SSH git access to the aforementioned git server, they will need to have their own public/private authentication keypair set under a Gitea user that's already registered on the Gitea web portal.
189 +
190 +
3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.AlexandruPentilescu
Size
... ... @@ -1,0 +1,1 @@
1 +635.2 KB
Content