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