Skip to content

Instantly share code, notes, and snippets.

@keilmillerjr
Created October 20, 2020 20:29
Show Gist options
  • Save keilmillerjr/539ec65fe0d134514c3c40e94390abe6 to your computer and use it in GitHub Desktop.
Save keilmillerjr/539ec65fe0d134514c3c40e94390abe6 to your computer and use it in GitHub Desktop.
SSH Keys

SSH Keys

SSH Keys

Generate Key

$ ssh-keygen
--------------------
Your identification has been saved in /home/keiljr/.ssh/id_rsa
Your public key has been saved in /home/keiljr/.ssh/id_rsa.pub

View Public Ket

$ cat ~/.ssh/id_rsa.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment