~/.ssh/config
Host github_development
HostName github.com
IdentityFile ~/.ssh/github_development
Host github_work
HostName github.com
IdentityFile ~/.ssh/github_work
- ssh -T git@github_development
Enter passphrase for key '/home/development/.ssh/github_development': ••••••••
Hi kevenclient! You've successfully authenticated, but GitHub does not provide shell access.
- git remote -v
origin git@github_development:username/repository.git (fetch)
origin git@github_development:username/repository.git (push)