SSH Cheat Sheet This sheet goes along with this SSH YouTube tutorial Login via SSH with password (LOCAL SERVER) $ ssh [email protected] Create folder, file, install Apache (Just messing around) $ mkdir test $ cd test