From e8e30bd7e850618674e27348250b5ab8b36acf6c Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Thu, 13 Feb 2020 20:15:16 +0200 Subject: [PATCH] Add Moria to ssh config --- home/.ssh/config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/.ssh/config b/home/.ssh/config index 9fa6018..2752d11 100644 --- a/home/.ssh/config +++ b/home/.ssh/config @@ -18,6 +18,12 @@ Host aur HostName aur.archlinux.org User aur +host moria + HostName reekynet.com + port 221 + User gimli + ForwardAgent yes + host rivendell HostName reekynet.com port 222