From becfcc4968c19998f2dc778be8f64f77f5054311 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Wed, 15 May 2024 17:25:09 +0300 Subject: [PATCH] Add rivendell ssh host --- home/.ssh/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/.ssh/config b/home/.ssh/config index 158ae71..7aefad3 100644 --- a/home/.ssh/config +++ b/home/.ssh/config @@ -25,6 +25,10 @@ host esgaroth HostName esgaroth.korhonen.lan User root +host rivendell + HostName rivendell.korhonen.lan + User root + host tirion HostName tirion.korhonen.cc port 22