Repository: aurora Updated Branches: refs/heads/master 24088ef2e -> 55a95ba02
Turn off strict host key checking for all hosts in vagrant. Bugs closed: AURORA-1406 Reviewed at https://reviews.apache.org/r/36745/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/55a95ba0 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/55a95ba0 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/55a95ba0 Branch: refs/heads/master Commit: 55a95ba025fc584e1ba6f2ce6bf887e542277993 Parents: 24088ef Author: Bill Farner <[email protected]> Authored: Fri Jul 24 09:36:53 2015 -0700 Committer: Bill Farner <[email protected]> Committed: Fri Jul 24 09:36:53 2015 -0700 ---------------------------------------------------------------------- examples/vagrant/provision-dev-cluster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/55a95ba0/examples/vagrant/provision-dev-cluster.sh ---------------------------------------------------------------------- diff --git a/examples/vagrant/provision-dev-cluster.sh b/examples/vagrant/provision-dev-cluster.sh index 06e32f1..18d3883 100755 --- a/examples/vagrant/provision-dev-cluster.sh +++ b/examples/vagrant/provision-dev-cluster.sh @@ -71,7 +71,7 @@ function install_ssh_config { cat >> /etc/ssh/ssh_config <<EOF # Allow local ssh w/out strict host checking -Host $(hostname) +Host * StrictHostKeyChecking no UserKnownHostsFile /dev/null EOF
