os-coursework

M# Week 3 – Remote Access & System Hardening

1. Objective

The goal for this week was to configure secure remote access to the server using SSH and to implement a firewall (UFW) to protect the system from unauthorized network traffic.

2. Remote Access Configuration (SSH)

I installed and configured the OpenSSH server to allow management from a remote Windows terminal.

SSH Status Above: Verifying that the SSH service is active and running.

3. Remote Connection Test

I verified the connection using Windows PowerShell to ensure the port forwarding and credentials were correct.

PowerShell Connection Above: Successful remote login to the Ubuntu server from the host machine.

4. Firewall Hardening (UFW)

To secure the server, I enabled the Uncomplicated Firewall (UFW) and specifically allowed only SSH traffic.

Firewall Status Above: Screenshot showing the firewall is active and only allowing port 22/tcp.


Back to Home