dotfiles/ssh/.ssh/config

16 lines
276 B
Text
Raw Normal View History

2025-05-12 09:26:37 -07:00
Host gh
User git
Hostname github.com
IdentityFile ~/.ssh/id_rsa-github
Host fg
User git
Hostname forgejo.ballcloud.cc
IdentityFile ~/.ssh/id_ed25519
Port 222
Host server
User wball
Hostname ballcloud.cc
IdentityFile ~/.ssh/id_ed25519