Files
dao_hades/dotfiles/system/ssh/ssh_config.d/10-dev.conf
2025-11-12 01:11:54 +00:00

13 lines
277 B
Plaintext
Executable File

Host github.com
User git
IdentityFile /home/jamie/.ssh/github
IdentitiesOnly yes
StrictHostKeyChecking accept-new
Host gitea
HostName gitea.do-bbs.com
User git
IdentityFile /home/jamie/.ssh/gitea
IdentitiesOnly yes
StrictHostKeyChecking accept-new
Port 748