aboutsummaryrefslogtreecommitdiff
path: root/docs/defconfig.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/defconfig.md')
-rw-r--r--docs/defconfig.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/defconfig.md b/docs/defconfig.md
index af01375..10263ba 100644
--- a/docs/defconfig.md
+++ b/docs/defconfig.md
@@ -104,3 +104,7 @@ For the shutdown and reboot targets, the following services are executed:
restores a somewhat usable time from a file during boot.
* swclocksave - For systems that don't have a hardware clock, this service
saves the current time to a file during shutdown or reboot.
+ * sshd_keygen - A wait type service that generates host keys for the OpenSSH
+ server and then disables itself.
+ * sshd - Starts an OpenSSH server after the network pseudo service and after
+ the sshd_keygen service.