Implement the ability to change the ssh port to match what is in the gitea config (#7286)
* - rearrange the templates to make it more logical because now ssh_config is a template - implemented the updating of the port to the same as the port sent to the gitea config * change the filename backrelease
parent
b282d4e121
commit
75d4414386
@ -1,4 +1,4 @@
|
||||
Port 22
|
||||
Port ${SSH_PORT}
|
||||
Protocol 2
|
||||
|
||||
AddressFamily any
|
Loading…
Reference in New Issue