updated docker_init.sh

This commit is contained in:
marvzhang
2020-02-18 22:30:45 +08:00
parent 48ff9324f0
commit 74f3463659

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