From 712c3dfeffa85c57f7238e73ce70dbc9d82ecee1 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Mon, 11 Sep 2017 10:36:04 +0200 Subject: [PATCH] Create ~/.ssh directory --- 01-basic.sh | 1 + 1 file changed, 1 insertion(+) 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