From 0a6c6bf399877dda4f9022a69b953e481a209eba Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Wed, 1 Nov 2023 15:42:59 +0100 Subject: [PATCH] Update readme --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 7c591c2..9f45127 100644 --- a/readme.md +++ b/readme.md @@ -11,10 +11,11 @@ There are several differences in the hardware. System installation is usually do - Install Void - Update `xbps`: `xbps-install -Su xbps` - Install `python3` and `avahi`: `xbps-install python3 avahi` -- Enable avahi service: `ln -s /etc/sv/avai-deamon/ /var/service/` +- Enable `avahi` service: `ln -s /etc/sv/avai-deamon/ /var/service/` +- Enable `sshd` service: `ln -s /etc/sv/sshd/ /var/service` - Import your SSH key to `/root/.ssh/authorized_keys` -Void has `sshd` enabled by default as well as having `prohibit-password` set for root. Post-installation setup can be automated using a script or USB keyboard injector. +Void has `prohibit-password` for root in the default `sshd` configuration. Post-installation setup can be automated using a script or USB keyboard injector. ## Running a playbook