1.1 Server-Remote-Overview
1.1 Server-Remote-Overview
In modern computing, it is quite rare that you will have to, or want to manage a server by a
directly connected keyboard and mouse, known as a console connection.
You’ll want to be able to sit at your desk, or at home, or wherever you choose and manage
your server using Secure Shell (SSH).
There are many pieces involved in setting up SSH, but we’ll break it down, so you’ll be able to
handle it like a pro!
SSH
SSH is a network protocol specifically designed to let you securely access servers over a
network connection.
Traffic, including your credentials, is kept encrypted, so eaves droppers can’t see or tamper
with your data in transit.
Once you authenticate to an SSH service listening on your server, you’ll be able to manage it
using a terminal emulation program from anywhere.
You’ll understand SSH and be comfortable installing, configuring, and testing it by the end of
this section.
More Information
DigitalOcean guide to Ubuntu 16.04 Server Setup
https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-16-04