Skip to content

Commit

Permalink
Turn off strict ssh host key checking in container (#1266)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay authored and andrewfrench committed Nov 15, 2018
1 parent 9f7b350 commit 407beda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions containers/ddev-webserver/files/home/.ssh/config
@@ -1,2 +1,5 @@
# Share known_hosts across all users of the ssh-agent
UserKnownHostsFile=/home/.ssh-agent/known_hosts
# In the container host key checking can be a problem with non-interactive composer, etc.
# Turn it off. When we upgrade to openssh 7.6 we can use the "accept-new" option instead of "no"
StrictHostKeyChecking=no

0 comments on commit 407beda

Please sign in to comment.