From 3e4113dcf242d2112b0501cf9ca1a922ff8c3ce5 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Tue, 24 Sep 2019 12:16:10 +0200 Subject: [PATCH] Fix typo --- modules/ssh/templates/sshd_config.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1