72 | | <li> Be careful <b> not to bring down eth0</b>. This is your control interface, if you bring that interface down you <b> won't be able to login</b> to your host!. For all |
73 | | <ul> |
74 | | <li> in the password field type in your passphrase</li> |
75 | | <li> in the private key, browse to the file that has your private key |
76 | | <li> Press OK </li> |
77 | | </ul> |
| 72 | <li> Be careful <b> not to bring down eth0</b>. This is your control interface, if you bring that interface down you <b> won't be able to login</b> to your host!. For all interfaces other than <code>eth0</code> and <code> l0</code>, bring the interfaces down: </br> |
| 73 | <code> sudo ifconfig ethX down </down> |