From 548fe9fa95bd99635ce7be2c59d3dcf5e6311330 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Tue, 7 May 2024 13:46:52 +0200 Subject: [PATCH] fix(user/ssh): update the config - add sourcehut git - add codeberg - remove FIT BUT Signed-off-by: Matej Focko --- roles/user/ssh/files/ssh_config | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/roles/user/ssh/files/ssh_config b/roles/user/ssh/files/ssh_config index 37e1eb6..dae976f 100644 --- a/roles/user/ssh/files/ssh_config +++ b/roles/user/ssh/files/ssh_config @@ -20,6 +20,14 @@ Host gitlab.com User git Hostname gitlab.com +Host git.sr.ht + User git + Hostname git.sr.ht + +Host codeberg.org + User git + Hostname codeberg.org + # FI Host gitlab.fi.muni.cz User git @@ -36,11 +44,6 @@ Host nymfe* ProxyJump xfocko@aisa.fi.muni.cz Hostname %h.fi.muni.cz -# FIT -Host merlin - User xfockom00 - Hostname merlin.fit.vutbr.cz - # Private Host poincare User mfocko