Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View awagoner's full-sized avatar

Alan Wagoner awagoner

  • Almuñécar, Spain
View GitHub Profile
@awagoner
awagoner / ssh.txt
Created July 8, 2018 23:19 — forked from bradtraversy/ssh.md
SSH & DevOps Crash Course Snippets
# Login via SSH with password (LOCAL SERVER)
> ssh brad@192.168.1.29
# Create folder, file, install Apache (Just messing around)
mkdir test
cd test
touch hello.txt
sudo apt-get install apache2
# Generate Keys