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 7.1
edited by Alexandru Pentilescu
on 2024/07/16 21:34
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -158,6 +158,7 @@
158 158  
159 159  To this end, multiple configurations will need to be done.
160 160  
161 +== Enable SSH login for the git user ==
161 161  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
162 162  
163 163  {{code language="bash"}}
... ... @@ -166,7 +166,6 @@
166 166  
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 -== 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"}}