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:
parent
15ed271490
commit
8a692376d3
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue