Skip to content

Latest commit

 

History

History
71 lines (45 loc) · 2.25 KB

03-ssh.md

File metadata and controls

71 lines (45 loc) · 2.25 KB

Git 3: SSH and Security

Setup

First lets see if you already have SSH keys setup

Follow these instructions for connecting to Github via SSH.

https://help.github.com/articles/connecting-to-github-with-ssh/

Lets see what we've just done

ls -al ~/.ssh/

This is your public key

cat ~/.ssh/id_rsa.pub

This is your private key

cat ~/.ssh/id_rsa

Cryptography Basics

A brief aside...

Videos:

Images below sourced from David Brumly at Carnegie Mellon University

What can you do with these?

So this is what encryption is all about?

Yeah, its a really powerful tool that doesn't require a geeky genius to use.

Other applications

Want to know more?

  • Questions
  • If we have time I've invited a security expert to come and speak during our final class day.