summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--en/appendix/chroot-install.xml15
2 files changed, 17 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 2c67b389c..b47cd05fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -37,6 +37,8 @@ installation-guide (2011xxxx) UNRELEASED; urgency=low
* Enable korean language.
* Use base-system-size and task-desktop-lxde-inst instead of hardcoding
install size in chroot method.
+ * Advise to install ssh and set root passwd in chroot method, thanks Michael
+ Stapelberg for the patch. Closes: #413649.
[ Steve McIntyre ]
* Make it clearer how we expect users to write CDs to USB sticks.
diff --git a/en/appendix/chroot-install.xml b/en/appendix/chroot-install.xml
index 50faf1e26..161e99166 100644
--- a/en/appendix/chroot-install.xml
+++ b/en/appendix/chroot-install.xml
@@ -598,6 +598,21 @@ instead of <userinput>hd:</userinput>.
</sect2>
<sect2>
+<title>Remote access: Installing SSH and setting a password</title>
+<para>
+
+In case you can login to the system via console, you can skip this section. If
+the system should be accessible via the network later on, you need to install
+SSH and set a password for root:
+
+<informalexample><screen>
+# aptitude install ssh
+# passwd
+</screen></informalexample>
+</para>
+ </sect2>
+
+ <sect2>
<title>Finishing touches</title>
<para>