aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toastin.space>2019-02-19 21:08:16 -0500
committerChloe Kudryavtsev <toast@toastin.space>2019-02-19 21:08:16 -0500
commit56ded2fcb4d06fed184cfd6bdc6d2d97923fae14 (patch)
tree78eaa6f5e9ea977e5a6d0b0fdcd651b97be46b56
parent71ad62df8af22ec3619b403affaa2f80c54ff0d0 (diff)
downloaduser-handbook-56ded2fcb4d06fed184cfd6bdc6d2d97923fae14.tar.bz2
user-handbook-56ded2fcb4d06fed184cfd6bdc6d2d97923fae14.tar.xz
[Intalling] Clarify SSHs prohibit-password
-rw-r--r--modules/Installing/pages/manual.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/Installing/pages/manual.adoc b/modules/Installing/pages/manual.adoc
index 2527e26..55c3cdb 100644
--- a/modules/Installing/pages/manual.adoc
+++ b/modules/Installing/pages/manual.adoc
@@ -244,7 +244,7 @@ The latter is more simple, but has its own (incompatible) key format, and can on
You can install either one using `apk add name`, where name is either "dropbear" or "openssh" respectively.
After that, you may want to start it, and possibly enable it - using `rc-service openssh start` and `rc-update add openssh` respectively.
-WARNING: By default, you cannot log in as the root user using a password.
+WARNING: By default, you cannot use SSH to log in as root using a password.
Note that this can also be done for you by the `setup-sshd` utility - it will ask you which one you would like, install, start and enable it for you.