From ab58acdd3f96ad393f230aa6181c6a23c497ac18 Mon Sep 17 00:00:00 2001 From: Tobias Strobel Date: Mon, 22 May 2023 00:14:41 +0200 Subject: [PATCH] Add ssh host gitlab.com --- private_dot_ssh/private_config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/private_dot_ssh/private_config b/private_dot_ssh/private_config index a0b23c4..a49c667 100644 --- a/private_dot_ssh/private_config +++ b/private_dot_ssh/private_config @@ -77,12 +77,19 @@ Host hetznerstoragebox IdentityFile ~/.ssh/id_ed25519_sk_yk5nano ## Git services + Host github.com User git ControlMaster no IdentityFile ~/.ssh/id_rsa_yubikey.pub #MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,umac-128@openssh.com +Host gitlab.com + User git + ControlMaster no + # FIDO2 + IdentityFile ~/.ssh/id_ed25519_sk_yk5nano + ## Friends Host max HostName multimax.haedicke.one