/sgeos.github.io

The repository for the blog at sgeos.github.io.

Primary LanguageSCSSCreative Commons Zero v1.0 UniversalCC0-1.0

sgeos.github.io

The repository for my blog at sgeos.github.io.

Working With GitHub Keys

  # create ssh key, if need be
  # Reference: https://help.github.com/articles/generating-ssh-keys/
  ssh-keygen -t rsa -C "your_email@example.com"

  # add ssh key to session using the sh shell
  sh
  eval "$(ssh-agent -s)"
  ssh-add ~/.ssh/id_rsa