Skip to content

Suggest a more secure way of handling SSH host keys in docker builds [ci skip]

username-removed-407330 requested to merge mabes/gitlab-ce:patch-1 into master

In a continuous deployment pipeline it us crucial that SSH host keys are correctly checked, the documentation explained that disabling host key checking is dangerous, but did not give any alternative. Please consider the following change that gives users an example of a better solution.

Merge request reports