More mucking around with provisioning script...

This commit is contained in:
Anna Rose 2019-05-07 11:55:15 -04:00
parent 7078e150d8
commit 6ff6b5d6a2
No known key found for this signature in database
GPG Key ID: CAA339DBB768ACC7

View File

@ -21,7 +21,9 @@ curl -L $DOCKER_COMPOSE_URL/docker-compose-$(uname -s)-$(uname -m) -o /usr/local
chmod 755 /usr/local/bin/docker-compose chmod 755 /usr/local/bin/docker-compose
# If we want vagrant to work # If we want vagrant to work
# dnf -y install libvirt-devel libvirt-glib-devel gcc # dnf -y install @vagrant
# systemctl enable libvirt
# systemctl start libvirt
# Security # Security
sed -i 's/^.*PubkeyAuthentication.*$/PubkeyAuthentication yes/' /etc/ssh/sshd_config sed -i 's/^.*PubkeyAuthentication.*$/PubkeyAuthentication yes/' /etc/ssh/sshd_config