updated docker_init.sh

This commit is contained in:
marvzhang
2020-02-18 22:30:45 +08:00
parent 77e5a3e088
commit f7d2274e44

View File

@@ -32,5 +32,12 @@ fi
# generate ssh
ssh-keygen -q -t rsa -N "" -f ${HOME}/.ssh/id_rsa
# ssh config
touch ${HOME}/.ssh/config && chmod 600 ${HOME}/.ssh/config
cat > ${HOME}/.ssh/config <<EOF
Host *
StrictHostKeyChecking no
EOF
# start backend
crawlab-server