Skip to content

Configuring SSH Access to Github

Hackalog edited this page Feb 26, 2019 · 13 revisions
  • Create a new keypair in ~/.ssh/config

  • Add this to your ~/.ssh/config

Host github.com
    IdentityFile ~/.ssh/my_file.key

Clone this wiki locally