diff options
Diffstat (limited to 'en')
-rw-r--r-- | en/appendix/chroot-install.xml | 15 |
1 files changed, 15 insertions, 0 deletions
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> |