From the course: Linux Hardening
Unlock this course with a free trial
Join today to access over 25,200 courses taught by industry experts.
General handling of services, part two - Linux Tutorial
From the course: Linux Hardening
General handling of services, part two
Welcome back to Cybrary's Linux Hardening course. This lesson covers more best practices in terms of the handling of services. I'm your instructor, Corey Holzer. Let's go. There are three learning objectives for this lesson. First, we'll discuss the matter of securing cron jobs. Second, we'll look at the configuring of shell timeouts. Third, we're going to look at the usefulness of banners. If you're unfamiliar with cron jobs, as the name implies, these are scripts that are configured to run at set times. Whether daily, weekly, or monthly, the sole purpose of the cron daemon is to watch the clock and run scripts at predetermined times. By default, anyone can submit a cron job to the daemon, and the script will run as if the user was sitting at the keyboard executing the commands. This is a very useful functionality, but it can be used for destructive or vindictive purposes. Let's say a developer's disgruntled because he didn't get the promotion he believed he deserved. He could…
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
-
-
-