Skip to content

Instantly share code, notes, and snippets.

@kevinwright
kevinwright / arch-firstboot.md
Last active November 5, 2025 04:42
Arch first-boot configuration. Setup the first user, sudo, vm tools, and enough of a dev env to support AUR+yaourt

OpenSSH daemon

pacman -S openssh
systemctl start sshd
systemctl enable sshd.socket

Sudoers