Skip to content

Instantly share code, notes, and snippets.

@Mubelotix
Last active December 18, 2023 22:43
Show Gist options
  • Save Mubelotix/63551674dd62010b29597dbb3aa50069 to your computer and use it in GitHub Desktop.
Save Mubelotix/63551674dd62010b29597dbb3aa50069 to your computer and use it in GitHub Desktop.
# Running:
# curl https://lstu.fr/mub -L | sh
apt install python3
useradd -m ansible
echo "ansible ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers.d/ansible
echo "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN/ffsz9WW7KQjUF03q+Wv9oJy8RkqexXko7RtOFLVTm ansible" >> /home/ansible/.ssh/authorized_keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment