mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
updated docker_init.sh
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user