18 lines
409 B
Text
18 lines
409 B
Text
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
|
|
|
|
Host portainer.admin.euph.site
|
|
User root
|
|
Port 69
|
|
IdentityFile ~/.ssh/admin-yubikey-primary
|
|
IdentityFile ~/.ssh/admin-yubikey-secondary
|
|
IdentitiesOnly yes
|