From 275bb9f3e1b9dc6a1f0b352e8f1997cbce201b47 Mon Sep 17 00:00:00 2001 From: Druid520 Date: Sat, 15 Aug 2026 11:15:04 -0700 Subject: MOD: fix git.html --- git.html | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/git.html b/git.html index 7a2033b..afe3bcc 100644 --- a/git.html +++ b/git.html @@ -21,18 +21,11 @@ ssh git desc <repo> "description" ssh git perms <repo> +WRITERS <user> ssh git ls

put this in ~/.ssh/config:

-
Host serv
-    HostName 0druid.cc
-    User root
-    Port 3447
-    IdentityFile ~/.ssh/serv
-    ProxyCommand sh -c "nc -z -w 1 %h 47910; exec nc %h %p"
-
-Host git
+	
Host git
     HostName git.0druid.cc
     User git
     Port 3447
-    IdentityFile ~/.ssh/druid
+    IdentityFile ~/.ssh/id
     ProxyCommand sh -c "nc -z -w 1 %h 47910; exec nc %h %p"

the serv host is the server itself, it knocks a secret port before ssh answers so scanners see nothing. the git host is the same machine, same deal.

profiles: push a repo named the same as your username (like druid520/druid520) with a profile.png and a readme.djot in it, first line like this:

-- cgit 1.4.1