Files
dotfiles/dot_ssh/config.d/git-zeronorth
Morten Olsen 5f8e8f4dd5 init
2025-10-21 22:40:19 +02:00

7 lines
139 B
Plaintext

host github-zeronorth
hostname ssh.github.com
user git
port 443
IdentityFile ~/.ssh/keys/github-zeronorth.pub
IdentitiesOnly yes