From 40030e646c0dee4bad5f10dfd9414f8b6d3998de Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sun, 12 May 2024 21:55:02 +0300 Subject: [PATCH] Add beleriand and esgaroth to ssh config --- home/.ssh/config | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/home/.ssh/config b/home/.ssh/config index 4cb27394..158ae712 100644 --- a/home/.ssh/config +++ b/home/.ssh/config @@ -17,6 +17,14 @@ host moria RemoteForward /run/user/1000/gnupg/S.gpg-agent /run/user/{{@@ env['UID'] @@}}/gnupg/S.gpg-agent.extra RemoteForward /run/user/1000/gnupg/S.gpg-agent.ssh /run/user/{{@@ env['UID'] @@}}/gnupg/S.gpg-agent.ssh +host beleriand + HostName beleriand.korhonen.lan + User root + +host esgaroth + HostName esgaroth.korhonen.lan + User root + host tirion HostName tirion.korhonen.cc port 22