Add Fedora 42 and Ubuntu 25.05

This commit is contained in:
Greg Hellings
2025-05-20 09:32:53 -05:00
parent b9fde94a66
commit 99eda3fd3f
15 changed files with 324 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/usr/bin/env bash
set -ex
apt remove cloud-init -y
apt update
apt upgrade -y
# Make sshd faster
cat << EOF > /etc/ssh/sshd_config.d/00-vagrant_accept_pubkey.conf
UseDNS no
PubkeyAcceptedKeyTypes +ssh-rsa
EOF
# Clean up after ourselves
apt-get clean