Skip to content

CarlosSemeao/linux-system-management-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›°οΈ linux-system-management-3

Project 3 of 3 in the Linux System Management series
Focus: SSH service validation, PXE basics, DNS and name resolution


πŸ“Œ Objectives

  • Verify and harden SSH server configuration
  • Understand PXE boot role and discovery process
  • Investigate DNS resolution settings and tools
  • Use host, dig, and nslookup to resolve names and test DNS behavior

πŸ“ Project Structure

linux-system-management-3/
β”œβ”€β”€ README.md
β”œβ”€β”€ outputs/
β”‚   β”œβ”€β”€ 01-sshd-status.txt
β”‚   β”œβ”€β”€ 01b-sshd-port-check.txt
β”‚   β”œβ”€β”€ 02-sshd-config.txt
β”‚   β”œβ”€β”€ 03-pxe-theory.txt
β”‚   β”œβ”€β”€ 04-resolv-nsswitch.txt
β”‚   └── 05-dns-tools-output.txt
└── screenshots/
    β”œβ”€β”€ 01-sshd-status.png
    β”œβ”€β”€ 02-sshd-config.png
    β”œβ”€β”€ 03-pxe-theory.png
    β”œβ”€β”€ 04-resolv-nsswitch.png
    └── 05-dns-tools-output.png

βš™οΈ Command Execution & Results

1️⃣ SSH Service Status & Port Validation

sudo systemctl status sshd
sudo ss -tuln | grep :22
sudo lsof -i :22

πŸ“· 01-sshd-status


2️⃣ SSHD Config Check (Hardened)

sudo grep -Ei 'permitrootlogin|passwordauthentication|port' /etc/ssh/sshd_config

πŸ“· 02-sshd-config


3️⃣ PXE Theory Notes (Manual)

Create a markdown or text file summarizing:

  • What is PXE
  • How DHCP and TFTP are used
  • The boot process sequence

πŸ“· 03-pxe-theory


4️⃣ DNS Resolution Files

cat /etc/resolv.conf
cat /etc/nsswitch.conf | grep hosts

πŸ“· 04-resolv-nsswitch


5️⃣ Name Resolution Tools

host google.com
dig google.com +short
nslookup google.com

πŸ“· 05-dns-tools-output


βœ… Summary

This project demonstrates Linux+ exam topics for securing and verifying SSH, understanding PXE boot concepts, and managing DNS resolution.
All outputs and screenshots reflect real terminal execution and audit-worthy configuration.


🎯 Linux+ Portfolio Completed

βœ… linux-system-management-1
βœ… linux-system-management-2
βœ… linux-system-management-3

Each project reflects real-world readiness and hands-on verification.

About

SSH, PXE, DNS and name services | Project 3 of 3 in Linux System Management series

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published