...
Table of Contents | ||||||||
---|---|---|---|---|---|---|---|---|
|
...
Excerpt | ||
---|---|---|
| ||
Knowledge base concerning github actionsHow to manage credentials for interactions with github.com. |
...
Dual Work-Personal SSH Accounts
...
Upload the ssh key to your github work account
Create a new github.com configuration in ~/.ssh/config
Code Block |
---|
Host work Hostname github.com User git IdentityFile ~/.ssh/work |
...