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
|
Hostname %h.fi.muni.cz
|
||||||
|
|
||||||
# Private
|
# Private
|
||||||
Host gauss
|
Host maxwell
|
||||||
User mfocko
|
User mfocko
|
||||||
Hostname gauss.mfocko.xyz
|
Hostname maxwell.mfocko.xyz
|
||||||
Port 4444
|
Port 6969
|
||||||
|
|
||||||
Host poincare
|
Host poincare
|
||||||
User mfocko
|
User mfocko
|
||||||
|
@ -32,7 +32,7 @@ Host git.mfocko.xyz
|
||||||
Hostname git.mfocko.xyz
|
Hostname git.mfocko.xyz
|
||||||
Port 2222
|
Port 2222
|
||||||
|
|
||||||
Host git.gauss.mfocko.xyz
|
Host git.maxwell.mfocko.xyz
|
||||||
User git
|
User git
|
||||||
Hostname git.gauss.mfocko.xyz
|
Hostname git.maxwell.mfocko.xyz
|
||||||
Port 2222
|
Port 6969
|
||||||
|
|
Loading…
Reference in a new issue