From 823cdbc07f1f90be420cc92dd92e11b92ff5e14f Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 28 Nov 2024 02:48:55 +0200 Subject: [PATCH] chore(ssh): add baal to demons --- ssh/shared.d/demons | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ssh/shared.d/demons b/ssh/shared.d/demons index da8dcc7..485455a 100644 --- a/ssh/shared.d/demons +++ b/ssh/shared.d/demons @@ -1,3 +1,6 @@ +# demons +# vim: ft=sshconfig + Host vine User ubuntu HostName vine.antiprocess.net @@ -13,3 +16,7 @@ Host paimon HostName paimon.antiprocess.net IdentityFile ~/.ssh/id_rsa +Host baal + User ivuorinen + HostName baal.antiprocess.net + IdentityFile ~/.ssh/id_rsa