Arch Linux 2007.08
October 30, 2007 9:50 am
Arch Linux 2007.08 is available for install from the distro wizard.
I’m not an Arch user so feel free to point out any deficiencies in the template
Filed under: distros by mikegrb

Sorry for the late comment, but could you guys possibly enable sshd by default? This can be done by:
1. Install openssh: pacman -Sy openssh
2. Add sshd to the DAEMONS array in /etc/rc.conf
3. Add this to /etc/hosts.allow: sshd: ALLOW
This would make it a lot easier for Arch users so we can just ssh into our Linodes immediately. Thanks, Charlie.