diff --git a/install.sh b/install.sh index e27aea9..070ab92 100755 --- a/install.sh +++ b/install.sh @@ -13,3 +13,7 @@ git pull || echo "Pulling from remote failed" git submodule update --init --recursive "${DOTBOT_DIR}" "${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${CONFIG}" "${@}" + + +# Make sure ssh/config is only read/writable for owner +chmod 600 ssh/config