Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-bootconfig.xml
Date: Sun, 20 Jan 2013 16:12:26
Message-Id: 20130120161222.D12502171D@flycatcher.gentoo.org
1 swift 13/01/20 16:12:22
2
3 Modified: hb-install-bootconfig.xml
4 Log:
5 Fix bug #451586 - Inform users about mismatch on hostkey of SSH when they use SSH during installation
6
7 Revision Changes Path
8 1.7 xml/htdocs/doc/en/handbook/hb-install-bootconfig.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-bootconfig.xml?rev=1.7&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-bootconfig.xml?rev=1.7&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-bootconfig.xml?r1=1.6&r2=1.7
13
14 Index: hb-install-bootconfig.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-bootconfig.xml,v
17 retrieving revision 1.6
18 retrieving revision 1.7
19 diff -u -r1.6 -r1.7
20 --- hb-install-bootconfig.xml 3 Aug 2011 08:25:08 -0000 1.6
21 +++ hb-install-bootconfig.xml 20 Jan 2013 16:12:22 -0000 1.7
22 @@ -1,11 +1,11 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-bootconfig.xml,v 1.6 2011/08/03 08:25:08 jkt Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-bootconfig.xml,v 1.7 2013/01/20 16:12:22 swift Exp $ -->
26 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
27
28 <included>
29
30 -<version>5</version>
31 -<date>2011-08-03</date>
32 +<version>6</version>
33 +<date>2012-01-20</date>
34
35 <section id="hardware">
36 <title>Extra Hardware Configuration</title>
37 @@ -147,6 +147,19 @@
38 # <i>/etc/init.d/sshd start</i>
39 </pre>
40
41 +<note>
42 +If you (or other users) log on to the system, they will get a message that the
43 +host key for this system needs to be confirmed (through what is called a
44 +fingerprint). This is to be expected as it is the first time people log on
45 +to the system.
46 +However, later when your system is set up and you log on to the newly created
47 +system, your SSH client will warn you that the host key has been changed. This
48 +is because you now log on to - for SSH - a different server (namely your freshly
49 +installed Gentoo system rather than the live environment you are on right now).
50 +When you hit that warning, follow the instructions given on the screen then
51 +to replace the host key on the client system.
52 +</note>
53 +
54 <p>
55 To be able to use sshd, you first need to set up your networking. Continue with
56 the chapter on <uri link="?part=1&amp;chap=3">Configuring your Network</uri>.