summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2012-08-08 23:14:43 +0000
committerSamuel Thibault <sthibault@debian.org>2012-08-08 23:14:43 +0000
commitfafe35bb98e2e327e6b112e43c6772b763b89b21 (patch)
tree330bdd34efa156ae4ebca6f23bedf947da78c6ef
parent04888df1f8865b07e3bd2bdb3967bfb2e82baa1e (diff)
downloadinstallation-guide-fafe35bb98e2e327e6b112e43c6772b763b89b21.zip
Advise to install ssh and set root passwd in chroot method
-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>