From 43c991aecda3a66ff79fcb76cdd6e63f803aa503 Mon Sep 17 00:00:00 2001 From: Atemu Date: Sun, 10 Nov 2024 11:43:52 +0100 Subject: [PATCH] ssh: actually add gerrit.lix.systems Accidentally added it commented out --- .ssh/config | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.ssh/config b/.ssh/config index 9b6a1d8..3ab2d0e 100644 --- a/.ssh/config +++ b/.ssh/config @@ -18,10 +18,10 @@ Host gitlab.com Host github.com IdentityFile ~/.ssh/github User git -# Host gerrit.lix.systems -# User atemu -# Port 2022 -# # Keep sessions open for a bit in the background to make connections faster: -# ControlMaster auto -# ControlPath /tmp/ssh-%r@%h:%p -# ControlPersist 120 +Host gerrit.lix.systems + User atemu + Port 2022 + # Keep sessions open for a bit in the background to make connections faster: + ControlMaster auto + ControlPath /tmp/ssh-%r@%h:%p + ControlPersist 120