Ensure /root/.ssh exists

This commit is contained in:
Ewoud Kohl van Wijngaarden
2015-05-22 10:09:39 +02:00
parent 0997c310a7
commit 97df0a6d14

View File

@@ -2,6 +2,7 @@
# Disable Strict Host checking for non interactive git clones
mkdir -p -m 0700 /root/.ssh
echo -e "Host *\n\tStrictHostKeyChecking no\n" >> /root/.ssh/config
# Pull down code form git for our site!