SSH Commands (Подробнее)
Store path macos: /Users/<username>/.ssh
ssh-agent -s
ssh-add /Users/mikepetrov/.ssh/id_rsa_syntax
ssh -T git@github.com
ssh-add -D
config файл:
Host <name1>
HostName github.com
User git
IdentityFile ~/.ssh/id_rsa_<path1>
Host <name2>
HostName github.com
User git
IdentityFile ~/.ssh/id_rsa_<path2>