diff --git a/ssh/.ssh/config b/ssh/.ssh/config new file mode 100644 index 0000000..74a8bda --- /dev/null +++ b/ssh/.ssh/config @@ -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