Skip to content

Instantly share code, notes, and snippets.

@kaniesha
kaniesha / gist:f3bf8c0068e61622889f26dd7bab1096
Created February 1, 2018 20:10 — forked from learncodeacademy/gist:5850f394342a5bfdbfa4
SSH Basics - Getting started with Linux Server Administration

###SSH into a remote machine###

ssh user@mydomain.com
#or by ip address
ssh user@192.168.1.1

exit: exit ###Install Something###

#If it's a new server, update apt-get first thing