Versions Compared

Key

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

...

Table of Contents
minLevel1
maxLevel7
typeflat
printablefalse

...

Excerpt
hiddentrue

Knowledge base concerning github actionsHow to manage credentials for interactions with github.com.

...

Dual Work-Personal SSH Accounts

...

  1. Upload the ssh key to your github work account

  2. Create a new github.com configuration in ~/.ssh/config

Code Block
Host work
    Hostname github.com
    User git
    IdentityFile ~/.ssh/work

...