Dotfiles/.config/ssh/config

12 lines
244 B
Text
Raw Normal View History

2024-05-14 00:18:48 +02: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