ssh, scp, etc
ssh
secure shell
is a command that lets you access a shell
on a remote host. You need:
ssh into a remote machine.
scp
secure copy
lets you copy files to/from remote
hostsssh
to encrypt the data.copy files to/remote machine
ssh
keysssh into a remote machine without using a password.
ssh
for GitHub/GitlabWe can upload our ssh key to github and fermi.fhsu.edu, so that we can then upload commits without entering a password.