Files

13 lines
216 B
Bash
Raw Permalink Normal View History

2023-08-22 00:18:02 -05:00
#!/usr/bin/env bash
set -ex
pacman -Syyu --noconfirm
2023-12-06 08:21:32 -08:00
cat << EOF > /etc/ssh/sshd_config.d/00-vagrant_accept_pubkey.conf
2023-08-22 00:18:02 -05:00
UseDNS no
PubkeyAcceptedKeyTypes +ssh-rsa
EOF
# Clear the pacman cache
pacman -Sc --noconfirm