Fix typo
authorJulien Cristau <jcristau@debian.org>
Tue, 24 Sep 2019 10:16:10 +0000 (12:16 +0200)
committerJulien Cristau <jcristau@debian.org>
Tue, 24 Sep 2019 10:16:10 +0000 (12:16 +0200)
modules/ssh/templates/sshd_config.erb

index 59f5fc6..58f783f 100644 (file)
@@ -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