fix(ssh): change hostname and ports of local server
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
6884811fda
commit
6e099b0e62
1 changed files with 6 additions and 6 deletions
|
@ -17,10 +17,10 @@ Host aisa anxur
|
|||
Hostname %h.fi.muni.cz
|
||||
|
||||
# Private
|
||||
Host gauss
|
||||
Host maxwell
|
||||
User mfocko
|
||||
Hostname gauss.mfocko.xyz
|
||||
Port 4444
|
||||
Hostname maxwell.mfocko.xyz
|
||||
Port 6969
|
||||
|
||||
Host poincare
|
||||
User mfocko
|
||||
|
@ -32,7 +32,7 @@ Host git.mfocko.xyz
|
|||
Hostname git.mfocko.xyz
|
||||
Port 2222
|
||||
|
||||
Host git.gauss.mfocko.xyz
|
||||
Host git.maxwell.mfocko.xyz
|
||||
User git
|
||||
Hostname git.gauss.mfocko.xyz
|
||||
Port 2222
|
||||
Hostname git.maxwell.mfocko.xyz
|
||||
Port 6969
|
||||
|
|
Loading…
Reference in a new issue