Initial commit

This commit is contained in:
Bizzle Wizzle
2024-10-26 20:11:36 -04:00
parent 8177684254
commit d8da7beb52
+14
View File
@@ -0,0 +1,14 @@
# ~/.ssh/config entry for Gitea
Host gitea
HostName localhost
Port 222
User git
IdentityFile ~/.ssh/id_ed25519 # Or whatever your SSH key is
PreferredAuthentications publickey
Host localhost
HostName localhost
Port 222
User git
IdentityFile ~/.ssh/id_ed25519
PreferredAuthentications publickey