Add SSH entry for host Rhodium

Please note that it is still necessary to
manually add the SSH keys to the OpenWRT config.
This commit is contained in:
Stefan Haun 2025-01-12 12:55:56 +01:00
parent 15ed271490
commit 8a692376d3

View file

@ -25,3 +25,11 @@ Host {{ host }}
Port 22 Port 22
{% endfor %} {% 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