summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-10 20:17:35 +0200
committerPaul Buetow <paul@buetow.org>2026-01-10 20:17:35 +0200
commitf332f07e81e1a142a29e1964e8f309f33b3a243d (patch)
tree628a0adc51b9e597f9ac880735d7dcb994f78efd
parente39383b1ca2ef207f4605db324a6e6b2775f40c6 (diff)
Add git-server SSH config for self-hosted git backup
Adds SSH alias for the f3s git-server: - Host: git-server - HostName: r0 - Port: 30022 - User: git Used by gitsyncer for backup location git@git-server:/repos/repos
-rw-r--r--dotfiles/ssh/config5
1 files changed, 5 insertions, 0 deletions
diff --git a/dotfiles/ssh/config b/dotfiles/ssh/config
index 5b4b250..503f117 100644
--- a/dotfiles/ssh/config
+++ b/dotfiles/ssh/config
@@ -19,3 +19,8 @@ Port 22
Host *.buetow.org
Port 2
+
+Host git-server
+HostName r0
+Port 30022
+User git