From 0cbd39c05f94b6e7d9d7df78c3319b8096411b45 Mon Sep 17 00:00:00 2001 From: varac Date: Mon, 18 Jan 2016 00:16:35 +0100 Subject: added custom.sh, use only one core for atlas builds --- scripts/custom.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/custom.sh (limited to 'scripts') diff --git a/scripts/custom.sh b/scripts/custom.sh new file mode 100644 index 0000000..0e4e3a2 --- /dev/null +++ b/scripts/custom.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +# Allow root login +sed -i 's/PermitRootLogin without-password/PermitRootLogin yes/' /etc/ssh/sshd_config + +# Set root pw +usermod -p "$(echo vagrant | openssl passwd -1 -stdin)" root -- cgit v1.2.3