Files
dotfiles/ssh_config
2026-04-10 15:40:20 -07:00

17 lines
272 B
Plaintext

Host *
ServerAliveInterval 60
Host github.com
AddKeysToAgent yes
IdentityFile ~/.ssh/id_ed25519
Host 143.198.224.192
User git
AddKeysToAgent yes
IdentityFile ~/.ssh/gitea
Host git.kolokolnikov.dev
User git
AddKeysToAgent yes
IdentityFile ~/.ssh/gitea