Unix Fun

Fun Linux/Unix Tasks and Commands Just a little context, this is a modified version of an assignment for my software security class so we are using the Seed Labs VM so if you want to follow along, set that up on your machine. Task 1: Item 1: Enable ssh ssh is already enabled on the base vm. Command: ssh seed@seedvm.local.lan This connects to the vm via ssh, command {use}@{host} and systemctl status sshd ...

January 30, 2025 · me