From 507c8f8a865e8986b48d6fd307c66e2b59f7ec7d Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Tue, 4 Feb 2020 17:21:26 +0200 Subject: [PATCH] Change rivendell ssh port --- home/.ssh/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/.ssh/config b/home/.ssh/config index 47217b8..9fa6018 100644 --- a/home/.ssh/config +++ b/home/.ssh/config @@ -1,6 +1,6 @@ host gitea - HostName git.reekynet.com - user gitea + HostName reekynet.com + user git host gitlab HostName gitlab.com @@ -20,7 +20,7 @@ Host aur host rivendell HostName reekynet.com - port 22 + port 222 User gimli ForwardAgent yes