Dotfiles/.config/ssh/config

12 lines
244 B
Text
Raw Normal View History

2024-05-13 22:18:48 +00:00
Host git.euph.dev
User git
HostName git.euph.dev
PreferredAuthentications publickey
IdentityFile ~/.ssh/gitea-snoweuph
Host github.com
User git
HostName github.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/github-snoweuph