From 6e099b0e6261f94b9623a5de5743c11eede0a125 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Thu, 18 Aug 2022 00:08:47 +0200 Subject: [PATCH] fix(ssh): change hostname and ports of local server Signed-off-by: Matej Focko --- playbooks/roles/ssh/templates/ssh_config.j2 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/playbooks/roles/ssh/templates/ssh_config.j2 b/playbooks/roles/ssh/templates/ssh_config.j2 index 26bde20..d8a34e9 100644 --- a/playbooks/roles/ssh/templates/ssh_config.j2 +++ b/playbooks/roles/ssh/templates/ssh_config.j2 @@ -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