VIEW ALL TO COPY
cat ~/.ssh/id_rsa.pub
cat shows contents using word wrap in terminal
POSTING PROVOKED BY
ssh-keygen -t rsa -C "user@email.com"
Your public key has been saved in ~/.ssh/id_rsa.pub
- needing to copy a public key from terminal & paste into gitub.com
- with nano, line in terminal is too long to highlight everything on one screen
- xclip from github tutorial did not work
cat ~/.ssh/id_rsa.pub
cat shows contents using word wrap in terminal
POSTING PROVOKED BY
ssh-keygen -t rsa -C "user@email.com"
Your public key has been saved in ~/.ssh/id_rsa.pub
- needing to copy a public key from terminal & paste into gitub.com
- with nano, line in terminal is too long to highlight everything on one screen
- xclip from github tutorial did not work