From the course: Linux Hardening
Unlock this course with a free trial
Join today to access over 25,200 courses taught by industry experts.
Hardening public-facing services - Linux Tutorial
From the course: Linux Hardening
Hardening public-facing services
Welcome back to Cybrary's Linux Hardening course. In this lesson, we'll discuss securing of public-facing services. I'm your instructor, Corey Holzer. Let's begin. We have two learning objectives for this lesson. First, we will discuss the importance of redirecting plaintext communications to encrypted pathways. Next, we'll discuss the importance of closing unused ports. When I started working in web development 23 years ago, only banks and straight to consumer sites for purchasing used encrypted communications. And on those sites, it was often limited to the actual payment process. Today, we receive a warning from our browser if we're visiting a site through an unencrypted channel. So you can see how important the use of encryption for communications has become. Web servers like Apache and Nginx can be configured to handle that fast-forwarding from an unencrypted connection to an encrypted one. Moreover, sites employing database servers can and should employ an encrypted connection…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
General handling of services, part one4m 22s
-
(Locked)
General handling of services, part two5m 30s
-
(Locked)
Hardening public-facing services4m 1s
-
(Locked)
Hardening the secure shell (SSH) service, part one5m 49s
-
(Locked)
Limiting logins through SSH (demo)3m 52s
-
(Locked)
Hardening the secure shell (SSH) service, part two2m 14s
-
-
-