summaryrefslogtreecommitdiff
path: root/scripts/custom.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/custom.sh')
-rw-r--r--scripts/custom.sh9
1 files changed, 6 insertions, 3 deletions
diff --git a/scripts/custom.sh b/scripts/custom.sh
index a34d1d6..9ed5ceb 100644
--- a/scripts/custom.sh
+++ b/scripts/custom.sh
@@ -4,10 +4,13 @@
sed -i 's/PermitRootLogin without-password/PermitRootLogin yes/' /etc/ssh/sshd_config
# install additional packages
-apt-get -y install puppet lsb-release facter rsync curl
+# LEAP people like some of these: see also #6898 and https://github.com/leapcode/leap_cli/pull/17
-# LEAP people like this: see also #6898
-apt-get -y install unzip vim tmux ntpdate git rdoc
+apt-get -y install leap-archive-keyring puppet lsb-release facter rsync curl bash-completion wget sudo unzip vim tmux ntp git rdoc
+
+# Don't use client locales
+# https://stackoverflow.com/questions/29609371/how-do-not-pass-locale-through-ssh
+sed 's/^AcceptEnv.*//' /etc/ssh/sshd_config
# Set root pw
echo 'root:vagrant' | chpasswd