This commit is contained in:
parent
03ca0050c3
commit
0b89a9a882
@ -46,7 +46,7 @@
|
|||||||
# RekeyLimit 1G 1h
|
# RekeyLimit 1G 1h
|
||||||
{% for host in system_ssh_custom_host %}
|
{% for host in system_ssh_custom_host %}
|
||||||
Host {{ host.host }}
|
Host {{ host.host }}
|
||||||
Hostname: {{ host.host }}
|
Hostname {{ host.host }}
|
||||||
User {{ host.user }}
|
User {{ host.user }}
|
||||||
IdentityFile {{ host.keyfile }}
|
IdentityFile {{ host.keyfile }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user