We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b76434 commit cb3d755Copy full SHA for cb3d755
install/v4/ubuntu_server_1204.sh
@@ -18,6 +18,10 @@
18
# curl https://raw.github.com/gitlabhq/gitlab-recipes/master/install/v4/ubuntu_server_1204.sh | sudo domain_var=gitlab.example.com sh
19
#
20
21
+echo "Host localhost
22
+ StrictHostKeyChecking no
23
+ UserKnownHostsFile=/dev/null" | sudo tee -a /etc/ssh/ssh_config
24
+
25
26
#==
27
#== 0. FQDN
0 commit comments