diff --git a/01-basic.sh b/01-basic.sh index 58fd3c0..15e7393 100644 --- a/01-basic.sh +++ b/01-basic.sh @@ -16,6 +16,7 @@ apt-get -y --no-install-recommends install bash-completion ca-certificates git n # Install OpenSSH server apt-get -y --no-install-recommends install openssh-server +mkdir ~/.ssh # Copy profile files cp ${SOURCE_DIR}/basic/root/.bashrc /root/.bashrc