Skip to content

Commit

Permalink
Avoid any host key checking issue
Browse files Browse the repository at this point in the history
Unsecure but good enough in dev mode
  • Loading branch information
ggiamarchi committed Sep 14, 2016
1 parent 260e708 commit 8774962
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ $script = <<SCRIPT
set -ex
##################################################################
### SSH Config
##################################################################
mkdir -p $HOME/.ssh
cat > $HOME/.ssh/config <<EOF
Host *
StrictHostKeyChecking no
EOF
##################################################################
### Apt update
##################################################################
Expand Down

0 comments on commit 8774962

Please sign in to comment.