Better solution for strict key check
This commit is contained in:
parent
886cf2f5be
commit
7e40684b47
|
@ -149,20 +149,11 @@ Fix the directory permissions for the repositories:
|
||||||
sudo chown -R git:git /home/git/repositories/
|
sudo chown -R git:git /home/git/repositories/
|
||||||
|
|
||||||
|
|
||||||
## Disable StrictHostKeyChecking for localhost and your domain
|
## Add domains to list to the list of known hosts
|
||||||
|
|
||||||
echo "Host localhost
|
sudo -u gitlab -H ssh git@localhost
|
||||||
StrictHostKeyChecking no
|
sudo -u gitlab -H ssh git@YOUR_DOMAIN_NAME
|
||||||
UserKnownHostsFile=/dev/null" | sudo tee -a /etc/ssh/ssh_config
|
sudo -u gitlab -H ssh git@YOUR_GITOLITE_DOMAIN_NAME
|
||||||
|
|
||||||
echo "Host YOUR_DOMAIN_NAME
|
|
||||||
StrictHostKeyChecking no
|
|
||||||
UserKnownHostsFile=/dev/null" | sudo tee -a /etc/ssh/ssh_config
|
|
||||||
|
|
||||||
# If gitolite domain differs
|
|
||||||
echo "Host YOUR_GITOLITE_DOMAIN
|
|
||||||
StrictHostKeyChecking no
|
|
||||||
UserKnownHostsFile=/dev/null" | sudo tee -a /etc/ssh/ssh_config
|
|
||||||
|
|
||||||
|
|
||||||
## Test if everything works so far
|
## Test if everything works so far
|
||||||
|
|
Loading…
Reference in a new issue