We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e976de0 commit 013d1cfCopy full SHA for 013d1cf
ssh/setup_ssh.sh
@@ -23,4 +23,7 @@ else
23
ln -s "${CONF_DIR}" "${SSH_DIR}"
24
fi
25
26
+echo "Creating the controlmasters directory."
27
+mkdir -p "${SSH_DIR}/controlmasters"
28
+
29
echo "SSH configured."
0 commit comments