There is a server with a raised gitlab on it.
I want to transfer ssh to the local 10.xxx interface so that ssh is not accessible from the Internet.
If I do this, will ssh work in gitlab? Thank.
If I do this, will ssh work in gitlab?
let's slightly reformulate the question:
The obvious answer is: for the outside world - of course not.
The complex of programs and scripts, called gitlab , does not contain (as far as I know) the ssh server implementation. therefore, the phrase "ssh in gitlab" is not entirely correct. you connect to the ssh server. and if you close access to it from the outside world, there will be no access.
Source: https://ru.stackoverflow.com/questions/822570/
All Articles