From 4cd6a3d5bd6e0430f45bca6e002b03f527cf7d18 Mon Sep 17 00:00:00 2001 From: Jonas Hahn Date: Sun, 31 Aug 2025 05:38:19 +0200 Subject: [PATCH] Better ssh conf --- home/.ssh/config | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/home/.ssh/config b/home/.ssh/config index 6b70a49..08f9fbc 100644 --- a/home/.ssh/config +++ b/home/.ssh/config @@ -1,13 +1,8 @@ -Host github +Host github.com HostName github.com User git IdentityFile ~/.ssh/id_github -Host gitlab - HostName gitlab.gwdg.de - User git - IdentityFile ~/.ssh/id_gitlab - Host strato HostName hahn1.one User root