pep-dortmund / homepage-toolbox

Website for the PeP et al. Toolbox Workshop at TU Dortmund
http://toolbox.pep-dortmund.org
3 stars 1 forks source link

ssh config GitHub Host #327

Open SepplL opened 2 hours ago

SepplL commented 2 hours ago

Optional edit: configure ~/.ssh/config with Host GitHub for better ssh-keyring or ssh-agent integration (depending on config).

SepplL commented 2 hours ago
Host github.com
    User git
    HostName github.com
    IdentityFile ~/.ssh/GitHub
    AddKeysToAgent yes
    IdentitiesOnly yes