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

2012-08-08 Thread Debian Bug Tracking System
Processing control commands:

 tags 413649 + pending
Bug #413649 [installation-guide] debian-installer-manual: Appendix D.3 should 
mention how to set password and ssh
Added tag(s) pending.

-- 
413649: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=413649
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.b413649.134446828530924.transcr...@bugs.debian.org



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

2012-08-08 Thread Samuel Thibault
Control: tags 413649 + pending

Michael Stapelberg, le Sun 29 Jul 2012 21:48:07 +0200, a écrit :
 On Tue, 06 Mar 2007 12:39:20 +0100
 Vincent Bernat ber...@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).

Applied, thanks.

Samuel


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120808231634.gk10...@type.famille.thibault.fr



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

2012-07-29 Thread Michael Stapelberg
Hi Vincent,

On Tue, 06 Mar 2007 12:39:20 +0100
Vincent Bernat ber...@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,
MichaelIndex: 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
+titleRemote 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:
+
+informalexamplescreen
+# aptitude install ssh
+# passwd
+/screen/informalexample
+/para
+  /sect2
+
+  sect2
 titleFinishing touches/title
 para
 


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

2007-03-06 Thread Vincent Bernat
Package: debian-installer-manual
Severity: minor

Hi !

When doing a remote installation using appendix D.3, we could add this
in paragraph D.3.7. :

If you do a remote installation, do not forget to install a SSH server:

aptitude install ssh

And don't forget to set root password:

passwd root

Those two steps are mandatory to be able to connect remotely before
reboot. Maybe we should also advocate the install of fuser to be able
to umount partitions :

 fuser -mk /var
 fuser -mk /home
 fuser -mk /usr
 
Logoff from the chroot

 umount /mnt/debinst
 
We are not sure that the host system will do all those steps
(especially for /var, /home, /usr in the chroot).

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686-bigmem
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]