diff --git a/docker_init.sh b/docker_init.sh index 70c62031..4baee046 100755 --- a/docker_init.sh +++ b/docker_init.sh @@ -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 <