More mucking around with provisioning script...
This commit is contained in:
parent
7078e150d8
commit
6ff6b5d6a2
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user