swift 13/01/20 16:12:22 Modified: hb-install-bootconfig.xml Log: Fix bug #451586 - Inform users about mismatch on hostkey of SSH when they use SSH during installation
Revision Changes Path 1.7 xml/htdocs/doc/en/handbook/hb-install-bootconfig.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-bootconfig.xml?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-bootconfig.xml?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-bootconfig.xml?r1=1.6&r2=1.7 Index: hb-install-bootconfig.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-bootconfig.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- hb-install-bootconfig.xml 3 Aug 2011 08:25:08 -0000 1.6 +++ hb-install-bootconfig.xml 20 Jan 2013 16:12:22 -0000 1.7 @@ -1,11 +1,11 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-bootconfig.xml,v 1.6 2011/08/03 08:25:08 jkt Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-bootconfig.xml,v 1.7 2013/01/20 16:12:22 swift Exp $ --> <!DOCTYPE included SYSTEM "/dtd/guide.dtd"> <included> -<version>5</version> -<date>2011-08-03</date> +<version>6</version> +<date>2012-01-20</date> <section id="hardware"> <title>Extra Hardware Configuration</title> @@ -147,6 +147,19 @@ # <i>/etc/init.d/sshd start</i> </pre> +<note> +If you (or other users) log on to the system, they will get a message that the +host key for this system needs to be confirmed (through what is called a +fingerprint). This is to be expected as it is the first time people log on +to the system. +However, later when your system is set up and you log on to the newly created +system, your SSH client will warn you that the host key has been changed. This +is because you now log on to - for SSH - a different server (namely your freshly +installed Gentoo system rather than the live environment you are on right now). +When you hit that warning, follow the instructions given on the screen then +to replace the host key on the client system. +</note> + <p> To be able to use sshd, you first need to set up your networking. Continue with the chapter on <uri link="?part=1&chap=3">Configuring your Network</uri>.