From 8a692376d37883327939fd8ffd5dc8def3af6d77 Mon Sep 17 00:00:00 2001
From: Stefan Haun <tux@netz39.de>
Date: Sun, 12 Jan 2025 12:55:56 +0100
Subject: [PATCH] Add SSH entry for host Rhodium

Please note that it is still necessary to
manually add the SSH keys to the OpenWRT config.
---
 templates/ssh_config.j2 | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/templates/ssh_config.j2 b/templates/ssh_config.j2
index 8dcadf2..411b381 100644
--- a/templates/ssh_config.j2
+++ b/templates/ssh_config.j2
@@ -25,3 +25,11 @@ Host {{ host }}
   Port 22
 
 {% endfor %}
+
+{# This is our router #}
+Host rhodium.n39.eu
+  Hostname rhodium.n39.eu
+  IdentityFile {{ setup_ssh_key }}
+  User root
+  ProxyJump ssh.n39.eu
+  Port 22