HackingLab

SFTP server on a linux based machine

SFTP, Firewall

I configured an SFTP server on a Linux-based system to allow secure, encrypted file transfers over SSH. The server supports shell access for authenticated users, with individual accounts configured to ensure appropriate access levels. I implemented SSH key-based authentication to enhance login security and configured the firewall to restrict access to only the necessary ports. This project demonstrates my ability to deploy secure file transfer infrastructure while incorporating foundational cybersecurity practices such as encrypted communication, access management, and secure authentication.