Create ~/.ssh directory
This commit is contained in:
parent
64e3af5d1f
commit
712c3dfeff
@ -16,6 +16,7 @@ apt-get -y --no-install-recommends install bash-completion ca-certificates git n
|
|||||||
|
|
||||||
# Install OpenSSH server
|
# Install OpenSSH server
|
||||||
apt-get -y --no-install-recommends install openssh-server
|
apt-get -y --no-install-recommends install openssh-server
|
||||||
|
mkdir ~/.ssh
|
||||||
|
|
||||||
# Copy profile files
|
# Copy profile files
|
||||||
cp ${SOURCE_DIR}/basic/root/.bashrc /root/.bashrc
|
cp ${SOURCE_DIR}/basic/root/.bashrc /root/.bashrc
|
||||||
|
Loading…
Reference in New Issue
Block a user