CSCI 373 — Encryption

Secure Shell

Using SSH and SFTP

SSH is another program that uses keys. Try out the following command:

ssh www.cs.unca.edu

To enable ssh and sftp login without password, try out the following commands. (See the answer in this ubuntu answer for more information.)

ssh-keygen
ssh-copy-id www.cs.unca.edu

Two flavors

Public key infrastructure

PGP and its frenemies

Stuff to do

You will need to generate your public key before I can send you a message.

Videos for home viewing