diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-10 20:17:35 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-10 20:17:35 +0200 |
| commit | f332f07e81e1a142a29e1964e8f309f33b3a243d (patch) | |
| tree | 628a0adc51b9e597f9ac880735d7dcb994f78efd | |
| parent | e39383b1ca2ef207f4605db324a6e6b2775f40c6 (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/config | 5 |
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 |
