Files
MinOS-prime/home/.ssh/config
2025-07-11 18:08:12 +03:00

18 lines
359 B
Plaintext

Host github.com-xnm1
HostName github.com
User git
IdentityFile ~/.ssh/github_xnm1
AddKeysToAgent yes
Host github.com-artemplummy
HostName github.com
User git
IdentityFile ~/.ssh/work
AddKeysToAgent yes
Host bitbucket.org-artemplummy
HostName bitbucket.org
User git
IdentityFile ~/.ssh/work
AddKeysToAgent yes