Put in remaining pages and wiki contents.
[ikiwiki.git] / docs / handbook / handbook-security.mdwn
1 \r
2 \r
3 ## Chapter 10 Security \r
4 \r
5  **Table of Contents** \r
6
7 * 10.1 [Synopsis](security.html#SECURITY-SYNOPSIS)\r
8
9 * 10.2 [Introduction](security-intro.html)\r
10
11 * 10.3 [Securing DragonFly](securing-freebsd.html)\r
12
13 * 10.4 [DES, MD5, and Crypt](crypt.html)\r
14
15 * 10.5 [One-time Passwords](one-time-passwords.html)\r
16
17 * 10.6 [Kerberos5](kerberos5.html)\r
18
19 * 10.7 [Firewalls](firewalls.html)\r
20
21 * 10.8 [OpenSSL](openssl.html)\r
22
23 * 10.9 [VPN over IPsec](ipsec.html)\r
24
25 * 10.10 [OpenSSH](openssh.html)\r
26 ***Much of this chapter has been taken from the security(7) manual page by Matthew Dillon. ***\r
27 \r
28 ## 10.1 Synopsis \r
29 \r
30 This chapter will provide a basic introduction to system security concepts, some general good rules of thumb, and some advanced topics under DragonFly. A lot of the topics covered here can be applied to system and Internet security in general as well. The Internet is no longer a ***friendly*** place in which everyone wants to be your kind neighbor. Securing your system is imperative to protect your data, intellectual property, time, and much more from the hands of hackers and the like.\r
31 \r
32 DragonFly provides an array of utilities and mechanisms to ensure the integrity and security of your system and network.\r
33 \r
34 After reading this chapter, you will know:\r
35 \r
36
37 * Basic system security concepts, in respect to DragonFly.\r
38
39 * About the various crypt mechanisms available in DragonFly, such as DES and MD5.\r
40
41 * How to set up one-time password authentication.\r
42
43 * How to set up  **KerberosIV** .\r
44
45 * How to set up  **Kerberos5** .\r
46
47 * How to create firewalls using IPFW.\r
48
49 * How to configure IPsec and create a VPN between DragonFly/Windows® machines.\r
50
51 * How to configure and use  **OpenSSH** , DragonFly's SSH implementation.\r
52 \r
53 Before reading this chapter, you should:\r
54 \r
55
56 * Understand basic DragonFly and Internet concepts.\r
57 \r
58 \r
59 \r
60 CategoryHandbook\r
61 Category\r