mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-11-12 14:43:32 +01:00
[ssh] if a host starts with git, use git as user
This commit is contained in:
parent
aa1eca1167
commit
32cc8c3e07
2 changed files with 3 additions and 3 deletions
3
ssh/config.d/git_wildcard
Normal file
3
ssh/config.d/git_wildcard
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Some git domain such as github.com, gitlab.com, or git.*
|
||||
Host git*
|
||||
User git
|
|
@ -1,3 +0,0 @@
|
|||
# Github
|
||||
Host github.com
|
||||
User git
|
Loading…
Reference in a new issue