Open SepplL opened 2 months ago
Optional edit: configure ~/.ssh/config with Host GitHub for better ssh-keyring or ssh-agent integration (depending on config).
~/.ssh/config
ssh-keyring
ssh-agent
Host github.com User git HostName github.com IdentityFile ~/.ssh/GitHub AddKeysToAgent yes IdentitiesOnly yes
Optional edit: configure
~/.ssh/config
with Host GitHub for betterssh-keyring
orssh-agent
integration (depending on config).