Add ssh host gitlab.com

This commit is contained in:
Tobias Strobel 2023-05-22 00:14:41 +02:00
parent d7dacb5a2f
commit ab58acdd3f

View file

@ -77,12 +77,19 @@ Host hetznerstoragebox
IdentityFile ~/.ssh/id_ed25519_sk_yk5nano IdentityFile ~/.ssh/id_ed25519_sk_yk5nano
## Git services ## Git services
Host github.com Host github.com
User git User git
ControlMaster no ControlMaster no
IdentityFile ~/.ssh/id_rsa_yubikey.pub 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 #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 ## Friends
Host max Host max
HostName multimax.haedicke.one HostName multimax.haedicke.one