| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-bootconfig.xml,v 1.6 2011/08/03 08:25:08 jkt Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-bootconfig.xml,v 1.7 2013/01/20 16:12:22 swift Exp $ --> |
| 3 | <!DOCTYPE included SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE included SYSTEM "/dtd/guide.dtd"> |
| 4 | |
4 | |
| 5 | <included> |
5 | <included> |
| 6 | |
6 | |
| 7 | <version>5</version> |
7 | <version>6</version> |
| 8 | <date>2011-08-03</date> |
8 | <date>2012-01-20</date> |
| 9 | |
9 | |
| 10 | <section id="hardware"> |
10 | <section id="hardware"> |
| 11 | <title>Extra Hardware Configuration</title> |
11 | <title>Extra Hardware Configuration</title> |
| 12 | <body> |
12 | <body> |
| 13 | |
13 | |
| 14 | <p> |
14 | <p> |
| 15 | When the Installation CD boots, it tries to detect all your hardware devices and |
15 | When the Installation CD boots, it tries to detect all your hardware devices and |
| 16 | loads the appropriate kernel modules to support your hardware. In the |
16 | loads the appropriate kernel modules to support your hardware. In the |
| 17 | vast majority of cases, it does a very good job. However, in some cases it may |
17 | vast majority of cases, it does a very good job. However, in some cases it may |
| 18 | not auto-load the kernel |
18 | not auto-load the kernel |
| 19 | modules you need. If the PCI auto-detection missed some of your system's |
19 | modules you need. If the PCI auto-detection missed some of your system's |
| 20 | hardware, you will have to load the appropriate kernel modules manually. |
20 | hardware, you will have to load the appropriate kernel modules manually. |
| 21 | </p> |
21 | </p> |
| 22 | |
22 | |
| 23 | <p> |
23 | <p> |
| … | |
… | |
| 135 | If you want to allow other users to access your computer during the |
135 | If you want to allow other users to access your computer during the |
| 136 | Gentoo installation (perhaps because those users are going to help you |
136 | Gentoo installation (perhaps because those users are going to help you |
| 137 | install Gentoo, or even do it for you), you need to create a user |
137 | install Gentoo, or even do it for you), you need to create a user |
| 138 | account for them and perhaps even provide them with your root password |
138 | account for them and perhaps even provide them with your root password |
| 139 | (<e>only</e> do that <e>if</e> you <b>fully trust</b> that user). |
139 | (<e>only</e> do that <e>if</e> you <b>fully trust</b> that user). |
| 140 | </p> |
140 | </p> |
| 141 | |
141 | |
| 142 | <p> |
142 | <p> |
| 143 | To fire up the SSH daemon, execute the following command: |
143 | To fire up the SSH daemon, execute the following command: |
| 144 | </p> |
144 | </p> |
| 145 | |
145 | |
| 146 | <pre caption="Starting the SSH daemon"> |
146 | <pre caption="Starting the SSH daemon"> |
| 147 | # <i>/etc/init.d/sshd start</i> |
147 | # <i>/etc/init.d/sshd start</i> |
| 148 | </pre> |
148 | </pre> |
| 149 | |
149 | |
|
|
150 | <note> |
|
|
151 | If you (or other users) log on to the system, they will get a message that the |
|
|
152 | host key for this system needs to be confirmed (through what is called a |
|
|
153 | fingerprint). This is to be expected as it is the first time people log on |
|
|
154 | to the system. |
|
|
155 | However, later when your system is set up and you log on to the newly created |
|
|
156 | system, your SSH client will warn you that the host key has been changed. This |
|
|
157 | is because you now log on to - for SSH - a different server (namely your freshly |
|
|
158 | installed Gentoo system rather than the live environment you are on right now). |
|
|
159 | When you hit that warning, follow the instructions given on the screen then |
|
|
160 | to replace the host key on the client system. |
|
|
161 | </note> |
|
|
162 | |
| 150 | <p> |
163 | <p> |
| 151 | To be able to use sshd, you first need to set up your networking. Continue with |
164 | To be able to use sshd, you first need to set up your networking. Continue with |
| 152 | the chapter on <uri link="?part=1&chap=3">Configuring your Network</uri>. |
165 | the chapter on <uri link="?part=1&chap=3">Configuring your Network</uri>. |
| 153 | </p> |
166 | </p> |
| 154 | |
167 | |
| 155 | </body> |
168 | </body> |
| 156 | </section> |
169 | </section> |
| 157 | </included> |
170 | </included> |