From 09ca7de060d90ba9cafaa38fd481f3f9753a1976 Mon Sep 17 00:00:00 2001 From: Tim Jones Date: Sun, 26 Oct 2014 20:27:11 +0100 Subject: [PATCH] Allow newline after ListenAddress --- openssh/files/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssh/files/sshd_config b/openssh/files/sshd_config index 1299a32..e936654 100644 --- a/openssh/files/sshd_config +++ b/openssh/files/sshd_config @@ -50,7 +50,7 @@ # What ports, IPs and protocols we listen for {{ option('Port', 22) }} # Use these options to restrict which interfaces/protocols sshd will bind to -{{ option('ListenAddress', ['::', '0.0.0.0']) -}} +{{ option('ListenAddress', ['::', '0.0.0.0']) }} {{ option_default_uncommented('Protocol', 2) }} # HostKeys for protocol version 2