Skip to content
Snippets Groups Projects
Commit c28f0b67 authored by David Mehren's avatar David Mehren
Browse files

Actually lowercase sshd_listen_addresses

parent 0bde9857
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Port {{ sshd_port }} Port {{ sshd_port }}
#AddressFamily any #AddressFamily any
{% for item in SSHD_LISTEN_ADDRESSES %} {% for item in sshd_listen_addresses %}
ListenAddress {{ item }} ListenAddress {{ item }}
{% endfor %} {% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment