Add ssh host gitlab.com
This commit is contained in:
parent
d7dacb5a2f
commit
ab58acdd3f
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue