diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..9ebb5ec7a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +ssh diff --git a/bootstrap-master.sh b/bootstrap-master.sh index ade8ea727..a9951fa8f 100644 --- a/bootstrap-master.sh +++ b/bootstrap-master.sh @@ -20,7 +20,7 @@ sudo cp -a ~vagrant/custom.yaml /root/kargo/custom.yaml # SSH keys and config sudo rm -rf /root/.ssh sudo mv ~vagrant/ssh /root/.ssh -sudo echo -e 'Host 10.210.*\n\tStrictHostKeyChecking no\n\tUserKnownHostsFile=/dev/null' >> /root/.ssh/config +sudo echo -e 'Host 10.*\n\tStrictHostKeyChecking no\n\tUserKnownHostsFile=/dev/null' >> /root/.ssh/config sudo chown -R root: /root/.ssh # Copy nodes list