Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # .ssh/config file for sshing into git servers
- # Personal github account ssh key configuration
- Host github.com
- HostName github.com
- Preferredauthentications publickey
- User git
- IdentityFile ~/.ssh/id_rsa_gitlab
- # velalqa gitlab account ssh key configuration
- Host git.velalu.qa
- Preferredauthentications publickey
- User git
- TCPKeepAlive yes
- IdentityFile ~/.ssh/id_rsa
- IdentitiesOnly yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement