[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#413649: debian-installer-manual: Appendix D.3 should mention how to set password and ssh



Hi Vincent,

On Tue, 06 Mar 2007 12:39:20 +0100
Vincent Bernat <bernat@luffy.cx> wrote:
> And don't forget to set root password:
> 
> passwd root
Thanks, I created a patch to fix this in the installation-guide (see
attachment).

Best regards,
Michael
Index: en/appendix/chroot-install.xml
===================================================================
--- en/appendix/chroot-install.xml	(revision 67886)
+++ en/appendix/chroot-install.xml	(working copy)
@@ -598,6 +598,21 @@
   </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>
 

Reply to: