From: Julien Cristau Date: Tue, 24 Sep 2019 10:16:10 +0000 (+0200) Subject: Fix typo X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=3e4113dcf242d2112b0501cf9ca1a922ff8c3ce5;hp=f1fb9345410b0599c9f55cbb3ce43541d81de794;p=mirror%2Fdsa-puppet.git Fix typo --- diff --git a/modules/ssh/templates/sshd_config.erb b/modules/ssh/templates/sshd_config.erb index 59f5fc62d..58f783fba 100644 --- a/modules/ssh/templates/sshd_config.erb +++ b/modules/ssh/templates/sshd_config.erb @@ -5,7 +5,7 @@ Port 22 <% @extraports.each do |port| -%> -ListenAddress <%= $port %> +ListenAddress <%= port %> <% end -%> # Use these options to restrict which interfaces/protocols sshd will bind to Protocol 2