finally added ssh config

This commit is contained in:
William Ball 2025-05-12 09:26:37 -07:00
parent 000339270e
commit 9391bc8ba4
Signed by: wball
GPG key ID: B8682D8137B70765

15
ssh/.ssh/config Normal file
View file

@ -0,0 +1,15 @@
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