Remote Access

ssh, scp, etc

Part 1

Vocabulary

ssh

secure shell is a command that lets you access a shell on a remote host. You need:

ssh username@hostname
password:

Part 2

Demo

ssh into a remote machine.

How cool is that?

Part 3

scp

Demo

copy files to/remote machine

Part 4

ssh keys

Demo

ssh into a remote machine without using a password.

Part 5

ssh for GitHub/Gitlab

We can upload our ssh key to github and fermi.fhsu.edu, so that we can then upload commits without entering a password.