User:Rdeckard/ArchisoSSH

From ArchWiki

Tips and tricks

Enable ssh logins

After following #Setup to copy the releng profile, add the following to customize_airootfs.sh

archlive/airootfs/root/customize_airootfs.sh
systemctl enable sshd.service
usermod -p mypasswd root

Here archlive is where you copied the profile and mypasswd is the password you want to set for root on the live disk.

Note: The password will be saved in plain text. The alternative is to not set a password for the root user but allow empty passwords for ssh logins to the live disk.

After making the above modifications and any other ones you desire, #Build the ISO.