Skip to content

Commit cb3d755

Browse files
committed
No strict host check for localhost
1 parent 4b76434 commit cb3d755

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install/v4/ubuntu_server_1204.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
# curl https://raw.github.com/gitlabhq/gitlab-recipes/master/install/v4/ubuntu_server_1204.sh | sudo domain_var=gitlab.example.com sh
1919
#
2020

21+
echo "Host localhost
22+
StrictHostKeyChecking no
23+
UserKnownHostsFile=/dev/null" | sudo tee -a /etc/ssh/ssh_config
24+
2125

2226
#==
2327
#== 0. FQDN

0 commit comments

Comments
 (0)