This chapter will provide a basic introduction to system security concepts, some general good rules of thumb, and some advanced topics under FreeBSD. 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.
FreeBSD provides an array of utilities and mechanisms to ensure the integrity and security of your system and network.
After reading this chapter, you will know:
Basic system security concepts, in respect to FreeBSD.
About the various crypt mechanisms available in FreeBSD, such as DES and MD5.
How to setup S/Key, an alternative, one-time password authentication system.
How to setup Kerberos, another alternative authentication system.
How to create firewalls using IPFW.
How to configure IPsec.
How to configure and use OpenSSH, FreeBSD's SSH implementation.
How to configure and use extended file system access control lists (ACLs) with UFS.
How to configure and load access control extension modules using the TrustedBSD MAC Framework.
Before reading this chapter, you should:
Understand basic FreeBSD and Internet concepts.
This, and other documents, can be downloaded from ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/.
For questions about FreeBSD, read the
documentation
before contacting <questions@FreeBSD.org>.
For questions about this documentation, e-mail <doc@FreeBSD.org>.