From 9f0023c4d6b49b5bfc185fa9a26bed339b2a85d5 Mon Sep 17 00:00:00 2001 From: Pegasust Date: Mon, 6 Mar 2023 13:11:12 -0800 Subject: [PATCH] add work gitlab --- native_configs/ssh/config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/native_configs/ssh/config b/native_configs/ssh/config index 162bfec..e95e98d 100644 --- a/native_configs/ssh/config +++ b/native_configs/ssh/config @@ -101,3 +101,9 @@ Host egn-rest-api User root Port 22 +Host gl-egi + HostName gitlab.egihosting.com + User git + Port 22 + IdentityFile ~/.ssh/id_ed25519 +