fix(user/ssh): update the config
- add sourcehut git - add codeberg - remove FIT BUT Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
219da943b9
commit
548fe9fa95
1 changed files with 8 additions and 5 deletions
|
@ -20,6 +20,14 @@ Host gitlab.com
|
|||
User git
|
||||
Hostname gitlab.com
|
||||
|
||||
Host git.sr.ht
|
||||
User git
|
||||
Hostname git.sr.ht
|
||||
|
||||
Host codeberg.org
|
||||
User git
|
||||
Hostname codeberg.org
|
||||
|
||||
# FI
|
||||
Host gitlab.fi.muni.cz
|
||||
User git
|
||||
|
@ -36,11 +44,6 @@ Host nymfe*
|
|||
ProxyJump xfocko@aisa.fi.muni.cz
|
||||
Hostname %h.fi.muni.cz
|
||||
|
||||
# FIT
|
||||
Host merlin
|
||||
User xfockom00
|
||||
Hostname merlin.fit.vutbr.cz
|
||||
|
||||
# Private
|
||||
Host poincare
|
||||
User mfocko
|
||||
|
|
Loading…
Reference in a new issue