From fafe35bb98e2e327e6b112e43c6772b763b89b21 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 8 Aug 2012 23:14:43 +0000 Subject: Advise to install ssh and set root passwd in chroot method --- debian/changelog | 2 ++ en/appendix/chroot-install.xml | 15 +++++++++++++++ 2 files changed, 17 insertions(+) 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 @@ -594,6 +594,21 @@ label=Debian On some machines, you may need to use ide0: instead of hd:. + + + + +Remote access: Installing SSH and setting a password + + +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: + + +# aptitude install ssh +# passwd + -- cgit v1.2.3