close
Warning:
Can't synchronize with repository "(default)" (/usr/svn/silverfile does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Jun 2, 2009, 3:07:47 AM (14 years ago)
- Author:
-
hank
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v10
|
v11
|
|
6 | 6 | * 64 bit version does not seem to support the VIA padlock engine |
7 | 7 | |
8 | | == Partitioning (During Install) == |
| 8 | === Partitioning (During Install) === |
9 | 9 | We feel that 20GB and 6GB of swap is more than sufficient, leaving ample room for client files. |
10 | 10 | |
… |
… |
|
13 | 13 | * /FILES/ Primary Ext3 Bootable = No (leave all other defaults) |
14 | 14 | |
15 | | == Install SSH Deamon == |
16 | | {{{ |
17 | | sudo apt-get install ssh openssh |
18 | | }}} |
19 | | |
20 | | == Change SSH Port == |
| 15 | === Install SSH Deamon === |
| 16 | {{{ |
| 17 | sudo apt-get install ssh |
| 18 | }}} |
| 19 | |
| 20 | === Change SSH Port === |
21 | 21 | edit /etc/ssh/sshd_config |
22 | 22 | Change port line to 2222 (or whatever port) |
… |
… |
|
31 | 31 | === OpenSSL === |
32 | 32 | ==== Installation ==== |
| 33 | {{{ |
33 | 34 | sudo apt-get install openssl |
| 35 | }}} |
34 | 36 | |
35 | 37 | ==== Verification ==== |
… |
… |
|
46 | 48 | {{{ |
47 | 49 | > vim /etc/ssl/openssl.cnf |
| 50 | }}} |
| 51 | Add the following under oid_section = new_oids |
| 52 | |
| 53 | {{{ |
48 | 54 | ... |
49 | 55 | oid_section = new_oids |