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.
Comments (1)
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.