This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| workid and personalid: | |
| 1. Edit the ~/.ssh/config file | |
| Add an alias for each identity combination for example: | |
| Host workid | |
| HostName bitbucket.org | |
| IdentityFile ~/.ssh/workdid | |
| Host personalid | |
| HostName bitbucket.org |