Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
$ ssh-keygen -t rsa -b 4096 -C "lionetxue@gmaillx58@cornell.comedu"
  • Copy the public key onto GitHub account setting -> SSH key.

...

Code Block
languagebash
# Add SSH token for Github
eval $(ssh-agent -s)
ssh-add ~/.ssh/id_rsa_github

 

 

...

hiddentrue

...